Searched refs:lazy (Results 1 – 25 of 82) sorted by relevance
1234
/freebsd/usr.bin/xargs/tests/ |
H A D | regress.0I.out | 3 over "the lazy fox jumped 5 over "the lazy fox jumped 6 over "the lazy 14 The lazy dog 15 lazy dog 16 lazy dog 17 lazy dog
|
H A D | regress.R-1.out | 3 The over the lazy over the lazy over the lazy over the lazyover the lazy over the lazy over the lazy
|
H A D | regress.I.out | 3 The over the lazy over the lazy over the lazy over the lazyover the lazy over the lazy %
|
H A D | regress.0.out | 3 over "the lazy 7 lazy dog
|
H A D | regress.0L.out | 2 over "the lazy 5 jumped over the lazy dog
|
H A D | regress.0P1.out | 2 over "the lazy dog 3 quick brown fox jumped over the lazy dog
|
H A D | regress.0J.out | 2 over "the lazy dog 3 quick brown fox jumped over the lazy dog
|
H A D | regress.P1.out | 1 quick brown fox jumped over the lazy dog
|
H A D | regress.in | 3 over the lazy
|
H A D | regress.n1.out | 7 lazy
|
H A D | regress.n2.out | 4 lazy dog
|
H A D | regress.n2P0.out | 2 lazy dog
|
H A D | regress.n3.out | 3 lazy dog
|
H A D | regress.L.out | 1 quick brown fox jumped over the lazy
|
H A D | regress.n2147483647.out | 1 quick brown fox jumped over the lazy dog
|
H A D | regress.normal.out | 1 The quick brown fox jumped over the lazy dog
|
H A D | regress.J.out | 1 The quick brown fox jumped over the lazy dog again.
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | InputFiles.h | 98 InputFile(COFFLinkerContext &c, Kind k, MemoryBufferRef m, bool lazy = false) 99 : mb(m), ctx(c), fileKind(k), lazy(lazy) {} in mb() 108 bool lazy = false; 131 explicit ObjFile(COFFLinkerContext &ctx, MemoryBufferRef m, bool lazy = false) 132 : InputFile(ctx, ObjectKind, m, lazy) {} in InputFile() argument 375 bool lazy);
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.h | 133 // True if this is a lazy ObjFile or BitcodeFile. 134 bool lazy = false; variable 137 InputFile(Kind kind, MemoryBufferRef mb, bool lazy = false) 138 : mb(mb), id(idCount++), lazy(lazy), fileKind(kind), in mb() 163 bool lazy = false, bool forceHidden = false, bool compatArch = true, 310 uint64_t offsetInArchive, bool lazy = false,
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | cq.c | 233 struct ibv_wc *wc, int lazy) 238 struct ibv_wc *wc, int lazy) in mlx4_parse_cqe() argument 254 if (lazy) { in mlx4_parse_cqe() 288 pwr_id = lazy ? &cq->ibv_cq.wr_id : &wc->wr_id; in mlx4_parse_cqe() 305 pstatus = lazy ? &cq->ibv_cq.status : &wc->status; in mlx4_parse_cqe() 309 if (!lazy) in mlx4_parse_cqe() 315 if (lazy) { in mlx4_parse_cqe()
|
/freebsd/crypto/openssl/ms/ |
H A D | uplink.c | 105 __declspec(naked) static void lazy##i (void) { \ 114 __declspec(naked) static void lazy##i (void) { \
|
/freebsd/sys/dev/qat/qat_api/firmware/include/ |
H A D | icp_qat_hw_20_comp.h | 137 uint16_t lazy; member 196 csr.lazy, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_UPPER()
|
/freebsd/usr.bin/tr/tests/ |
H A D | regress.05.out | 3 over the lazy
|
H A D | regress.01.out | 3 over the lazy
|
H A D | regress.in | 3 over the lazy
|
1234