Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drfc822.py240 hit = 0
243 hit = 1
245 hit = 0
246 if hit:
259 hit = 0
261 if hit:
265 hit = 1
266 if hit:
412 hit = 0
416 hit = 1
[all …]
Dmhlib.py686 hit = 0
691 hit = pred(line[:i].lower())
692 if hit: headers.append(line)
Dpdb.doc92 is first hit. The arguments are the same as break.
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTime.c105 int hit; in timesub() local
109 hit = 0; in timesub()
120 hit = ((i == 0 && lp->ls_corr > 0) || in timesub()
122 if (hit) in timesub()
127 ++hit; in timesub()
153 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
DScanMem.asm104 cbz r1, L40 ; 0 length or hit the end already then not found
121 L60 ; We're here because the fast path found a hit - now we have to track down exactly which word i…
130 ; r0 currently points to the 3rd byte of the word containing the hit
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt187 analyzed when _a_n_t_l_r hit a non-linearity. Use this
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt555 it's quite likely to hit one of the losing cases next. On the other hand,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt558 it's quite likely to hit one of the losing cases next. On the other hand,