/third_party/ltp/testcases/kernel/syscalls/write/ |
H A D | write06.c | 29 #define K3 (K1 * 3) macro 56 if (off != K3) in verify_write() 57 tst_res(TFAIL, "Wrong offset after write %zu expected %u", off, K3); in verify_write() 62 if (statbuf.st_size != K3) in verify_write() 63 tst_res(TFAIL, "Wrong file size after append %zu expected %u", statbuf.st_size, K3); in verify_write() 65 tst_res(TPASS, "Correct file size after append %u", K3); in verify_write()
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
H A D | pwrite01.c | 25 #define K3 (K1 * 3) macro 71 l_seek(fildes, K3, SEEK_SET, K3); in verify_pwrite()
|
H A D | pwrite04.c | 27 #define K3 (K1 * 3) macro 62 if (statbuf.st_size != K3) in verify_pwrite() 63 tst_res(TFAIL, "file size is %ld != K3", statbuf.st_size); in verify_pwrite()
|
/third_party/ltp/testcases/kernel/syscalls/pread/ |
H A D | pread01.c | 24 #define K3 (K1 * 3) macro 65 SAFE_PREAD(1, fildes, read_buf[3], K1, K3); in verify_pread() 93 SAFE_PWRITE(1, fildes, write_buf[3], K1, K3); in setup()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | math_approx.h | 185 #define K3 340 macro 195 return ADD32(K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2)))))); in spx_cos() 199 return SUB32(-K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2)))))); in spx_cos() 243 K3 = 3*log(2) - 2
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGFeComposite.h | 24 SVG_ATTR(K3, SkSVGNumberType, SkSVGNumberType(0))
|
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | 365 function path<T, K1 extends keyof T, K2 extends keyof T[K1], K3 extends keyof T[K1][K2]>(obj: T, key1: K1, key2: K2, key3: K3): T[K1][K2][K3]; 1257 declare function path<T, K1 extends keyof T, K2 extends keyof T[K1], K3 extends keyof T[K1][K2]>(obj: T, key1: K1, key2: K2, key3: K3): T[K1][K2][K3];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 324 ENTRY(K3) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 526 case X86::K3: in addMaskPairOperands()
|
/third_party/openssl/test/ |
H A D | modes_internal_test.c | 295 static const u8 K3[] = { variable 333 # define K4 K3
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 263 {codeview::RegisterId::AMD64_K3, X86::K3}, in initLLVMToSEHAndCVRegMapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 1241 unsigned K3 = getKillRegState(Op3.isKill()); in expandPostRAPseudo() local 1249 .addReg(Rt, K3); in expandPostRAPseudo()
|