Searched refs:past (Results 1 – 25 of 35) sorted by relevance
12
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzlib.c | 81 state->past = 0; /* have not read past end yet */ 401 state->past = 0; 524 return state->mode == GZ_READ ? state->past : 0; 564 state->past = 0;
|
D | gzread.c | 339 state->past = 1; /* tried to read past end */ 456 state->past = 0; 478 state->past = 0; 520 state->past = 1; /* read past end */
|
D | gzguts.h | 180 int past; /* true if read requested past end */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/ |
D | gzguts.h | 186 int past; /* true if read requested past end */ member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | fset.c | 1410 Junction *past = gblock->end; local 1412 require(past!=NULL, "analysis_point: no end block on (...)? block"); 1414 for (p=(Junction *)past->p1; p!=NULL; ) 1423 past->alpha_beta_guess_end=1; /* MR14 */ 1424 return (Junction *)past->p1; 1456 past->alpha_beta_guess_end=1; /* MR14 */ 1457 return (Junction *)past->p1; /* MR6 */
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ |
D | SetMem.asm | 66 subs r4, r1, lr ; past the output?
|
D | ScanMem.asm | 36 ; all ARMv7 processors. It has a fast past for short sizes, and has
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | README | 18 pybench has been used in the past by several Python developers to
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | start.S | 251 subw $0x80, %ax # ax = Number of blocks past 64K boundry
|
D | start16.S | 245 subw $0x80, %ax # ax = Number of blocks past 64K boundry
|
D | start32.S | 260 subw $0x80, %ax # ax = Number of blocks past 64K boundry
|
D | start16.asm | 241 sub ax,080h ; ax = Number of blocks past 64K boundry
|
D | start32.asm | 256 sub ax,080h ; ax = Number of blocks past 64K boundry
|
D | start.asm | 248 sub ax,080h ; ax = Number of blocks past 64K boundry
|
D | st32_64.S | 272 subw $0x80,%ax # ax = Number of blocks past 64K boundry
|
D | start64.S | 264 subw $0x80,%ax # ax = Number of blocks past 64K boundry
|
D | st16_64.S | 257 subw $0x80,%ax # ax = Number of blocks past 64K boundry
|
D | st16_64.asm | 253 sub ax,080h ; ax = Number of blocks past 64K boundry
|
D | st32_64.asm | 269 sub ax,080h ; ax = Number of blocks past 64K boundry
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | Theory.txt | 153 Programs that in the past used the timezone function may now examine 346 extended the time zone database further into the past. An excellent
|
/device/google/marlin/ |
D | WCNSS_qcom_cfg.ini | 556 # Note: Configuration parser would not read anything past the END marker
|
/device/google/muskie/ |
D | WCNSS_qcom_cfg.ini | 668 # Note: Configuration parser would not read anything past the END marker
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 671 # Note: Configuration parser would not read anything past the END marker
|
/device/google/bonito/ |
D | WCNSS_qcom_cfg.ini | 702 # Note: Configuration parser would not read anything past the END marker
|
/device/google/crosshatch/ |
D | WCNSS_qcom_cfg.ini | 709 # Note: Configuration parser would not read anything past the END marker
|
12