Home
last modified time | relevance | path

Searched refs:K1 (Results 1 – 25 of 190) sorted by relevance

12345678

/external/ltp/testcases/kernel/syscalls/pread/
Dpread01.c82 #define K1 1024 macro
83 #define K2 (K1 * 2)
84 #define K3 (K1 * 3)
85 #define K4 (K1 * 4)
118 nread = pread(fildes, read_buf[2], K1, K2); in main()
121 if (nread != K1) { in main()
136 nread = pread(fildes, read_buf[3], K1, K3); in main()
137 if (nread != K1) { in main()
150 if ((nread = read(fildes, read_buf[0], K1)) != K1) { in main()
156 l_seek(fildes, 0, SEEK_CUR, K1); in main()
[all …]
Dpread02.c78 #define K1 1024 macro
105 1, K1, 0, "file descriptor is a PIPE or FIFO", ESPIPE, setup1}, {
106 2, K1, -1, "specified offset is -ve or invalid", EINVAL, setup2}, {
218 if (write(pfd[1], write_buf[0], K1) != K1) { in setup1()
261 write_buf[count] = malloc(K1); in init_buffers()
262 read_buf[count] = malloc(K1); in init_buffers()
268 memset(write_buf[count], count, K1); in init_buffers()
Dpread03.c84 #define K1 2048 macro
114 nbytes = K1; in main()
187 read_buf[count] = malloc(K1); in init_buffers()
/external/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite01.c85 #define K1 1024 macro
86 #define K2 (K1 * 2)
87 #define K3 (K1 * 3)
88 #define K4 (K1 * 4)
119 nwrite = pwrite(fildes, write_buf[0], K1, 0); in main()
122 if (nwrite != K1) { in main()
135 l_seek(fildes, K1 / 2, SEEK_SET, K1 / 2); in main()
141 nwrite = pwrite(fildes, write_buf[2], K1, K2); in main()
142 if (nwrite != K1) { in main()
150 l_seek(fildes, 0, SEEK_CUR, K1 / 2); in main()
[all …]
Dpwrite04.c52 #define K1 1024 macro
53 #define K2 (K1 * 2)
54 #define K3 (K1 * 3)
55 #define K4 (K1 * 4)
56 #define K5 (K1 * 5)
93 if ((nbytes = pwrite(fd, wbuf[0], K1, 0)) != K1) { in main()
108 l_seek(fd, K1 / 2, SEEK_SET, K1 / 2); in main()
113 if ((nbytes = pwrite(fd, wbuf[2], K1, K2)) != K1) { in main()
123 l_seek(fd, 0, SEEK_CUR, K1 / 2); in main()
134 if ((nbytes = write(fd, wbuf[3], K1)) != K1) { in main()
[all …]
Dpwrite02.c44 #define K1 1024 macro
48 static char write_buf[K1];
125 memset(write_buf, 'a', K1); in setup()
151 TEST(pwrite(pipe_fds[1], write_buf, K1, 0)); in test_espipe()
166 TEST(pwrite(fd, write_buf, K1, -1)); in test_einval()
177 TEST(pwrite(fd, write_buf, K1, 0)); in test_ebadf1()
188 TEST(pwrite(fd, write_buf, K1, 0)); in test_ebadf2()
203 TEST(pwrite(fd, buf, K1, 0)); in test_efault()
/external/guava/guava/src/com/google/common/cache/
DCacheBuilder.java475 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> weigher( in weigher()
476 Weigher<? super K1, ? super V1> weigher) { in weigher() argument
485 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this; in weigher()
499 <K1 extends K, V1 extends V> Weigher<K1, V1> getWeigher() { in getWeigher()
500 return (Weigher<K1, V1>) MoreObjects.firstNonNull(weigher, OneWeigher.INSTANCE); in getWeigher()
735 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> removalListener( in removalListener()
736 RemovalListener<? super K1, ? super V1> listener) { in removalListener() argument
741 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this; in removalListener()
748 <K1 extends K, V1 extends V> RemovalListener<K1, V1> getRemovalListener() { in getRemovalListener()
749 return (RemovalListener<K1, V1>) in getRemovalListener()
[all …]
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DCacheBuilder.java352 <K1 extends K, V1 extends V> Weigher<K1, V1> getWeigher() { in getWeigher()
353 return (Weigher<K1, V1>) MoreObjects.firstNonNull(weigher, OneWeigher.INSTANCE); in getWeigher()
490 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> removalListener( in removalListener()
491 RemovalListener<? super K1, ? super V1> listener) { in removalListener() argument
496 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this; in removalListener()
503 <K1 extends K, V1 extends V> RemovalListener<K1, V1> getRemovalListener() { in getRemovalListener()
504 return (RemovalListener<K1, V1>) in getRemovalListener()
541 public <K1 extends K, V1 extends V> LoadingCache<K1, V1> build( in build()
542 CacheLoader<? super K1, V1> loader) { in build() argument
544 return new LocalCache.LocalLoadingCache<K1, V1>(this, loader); in build()
[all …]
/external/clang/lib/Format/
DFormatToken.h291 template <typename A, typename B> bool isOneOf(A K1, B K2) const { in isOneOf()
292 return is(K1) || is(K2); in isOneOf()
295 bool isOneOf(A K1, B K2, Ts... Ks) const { in isOneOf()
296 return is(K1) || isOneOf(K2, Ks...); in isOneOf()
303 bool startsSequence(A K1, Ts... Tokens) const { in startsSequence()
304 return startsSequenceInternal(K1, Tokens...); in startsSequence()
310 bool endsSequence(A K1, Ts... Tokens) const { in endsSequence()
311 return endsSequenceInternal(K1, Tokens...); in endsSequence()
448 bool startsSequenceInternal(A K1, Ts... Tokens) const { in startsSequenceInternal()
450 return Next->startsSequenceInternal(K1, Tokens...); in startsSequenceInternal()
[all …]
/external/elfutils/lib/
Dsha1.c206 #define K1 0x6ed9eba1 macro
301 OP (20, FG, A, B, C, D, E, K1); in sha1_process_block()
302 OP (21, FG, E, A, B, C, D, K1); in sha1_process_block()
303 OP (22, FG, D, E, A, B, C, K1); in sha1_process_block()
304 OP (23, FG, C, D, E, A, B, K1); in sha1_process_block()
305 OP (24, FG, B, C, D, E, A, K1); in sha1_process_block()
306 OP (25, FG, A, B, C, D, E, K1); in sha1_process_block()
307 OP (26, FG, E, A, B, C, D, K1); in sha1_process_block()
308 OP (27, FG, D, E, A, B, C, K1); in sha1_process_block()
309 OP (28, FG, C, D, E, A, B, K1); in sha1_process_block()
[all …]
/external/perf_data_converter/src/quipper/testdata/
Dperf.data.piped.intel_pt-4.14.pr.out.pb_text5104K1\177\000\000\010Y:\212\000\000\000\000M\260\365\326K\234\222\370\nM_\343\325KY;\200\004M\305\000…
6057K1\177\000\000Y\025\000\000\000\000\000}`M\325K1\177\000\000\000\000\000\000\000\000\000m@\023\000…
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c64 #define K1 0 macro
76 ROUND(F, a, b, c, d, in[0] + K1, 3); in halfMD4Transform()
77 ROUND(F, d, a, b, c, in[1] + K1, 7); in halfMD4Transform()
78 ROUND(F, c, d, a, b, in[2] + K1, 11); in halfMD4Transform()
79 ROUND(F, b, c, d, a, in[3] + K1, 19); in halfMD4Transform()
80 ROUND(F, a, b, c, d, in[4] + K1, 3); in halfMD4Transform()
81 ROUND(F, d, a, b, c, in[5] + K1, 7); in halfMD4Transform()
82 ROUND(F, c, d, a, b, in[6] + K1, 11); in halfMD4Transform()
83 ROUND(F, b, c, d, a, in[7] + K1, 19); in halfMD4Transform()
115 #undef K1
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c263 cmsS15Fixed16Number k0, k1, rk, K0, K1; in Eval1Input() local
277 K1 = p16 -> opta[0] * k1; in Eval1Input()
281 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]); in Eval1Input()
834 int K0, K1; in Eval4Inputs() local
861 K1 = K0 + (Input[0] == 0xFFFFU ? 0 : p16->opta[3]); in Eval4Inputs()
937 LutTable += K1; in Eval4Inputs()
1020 int k0, K0, K1; in Eval4InputsFloat() local
1031 K1 = K0 + (Input[0] >= 1.0 ? 0 : p->opta[3]); in Eval4InputsFloat()
1041 T = LutTable + K1; in Eval4InputsFloat()
1064 int K0, K1; in Eval5Inputs() local
[all …]
/external/guava/guava-tests/test/com/google/common/hash/
DSipHashFunctionTest.java33 private static final long K1 = 0x0f0e0d0c0b0a0908L; field in SipHashFunctionTest
34 private static final HashFunction SIP_WITH_KEY = Hashing.sipHash24(K0, K1);
159 assertEquals("Hashing.sipHash24(" + K0 + ", " + K1 + ")", SIP_WITH_KEY.toString()); in testToString()
160 assertEquals("Hashing.sipHash24(" + K0 + ", " + K1 + ")", SIP_WITHOUT_KEY.toString()); in testToString()
/external/autotest/client/site_tests/video_WebRtcCamera/
Dssim.js61 var K1 = 0.01;
64 var C1 = (K1 * L) * (K1 * L);
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
Dssim.js61 var K1 = 0.01;
64 var C1 = (K1 * L) * (K1 * L);
/external/clang/test/SemaTemplate/
Dinstantiate-declref.cpp10 static enum K1 { K1Val = sizeof(T) } Kind1; enum
15 K1 k1 = K1Val; in foo()
23 K1 k1 = K1Val; in bar()
/external/clang/include/clang/Lex/
DToken.h96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf() argument
97 return is(K1) || is(K2); in isOneOf()
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const { in isOneOf() argument
101 return is(K1) || isOneOf(K2, Ks...); in isOneOf()
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp588 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K1) in emitInterruptPrologueStub()
593 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
599 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K1) in emitInterruptPrologueStub()
604 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
633 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
637 .addReg(Mips::K1) in emitInterruptPrologueStub()
641 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
645 .addReg(Mips::K1) in emitInterruptPrologueStub()
650 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
654 .addReg(Mips::K1) in emitInterruptPrologueStub()
[all …]
/external/clang/test/SemaCXX/
Dusing-directive.cpp23 class K1 { class
55 void K1::foo() {} // okay in foo()
/external/speex/libspeex/
Dmath_approx.h183 #define K1 8192 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()
/external/llvm/test/Transforms/StructurizeCFG/
Dpost-order-traversal-bug.ll10 define void @test(float* nocapture %out, i32 %K1, float* nocapture readonly %nr) {
25 %cmp1 = icmp eq i32 %tmp0, %K1
68 %cmp1.5 = icmp eq i32 %tmp22, %K1
/external/clang/test/Sema/
Dwarn-duplicate-enum.c67 K1, enumerator
/external/icu/icu4c/source/data/locales/
Dom_KE.txt66 "K1",
/external/abi-dumper/
Dabi-dumper.pl2526 my ($K1, $K2) = ($1, $2);
2529 if($K1 ne $_)
2532 $Name=~s/$K1$K2/$_$K2/;
2547 my ($K1, $K2) = ($1, $2);
2550 if($K1 ne $_)
2553 $Name=~s/$K1$K2/$_$K2/;
4473 foreach my $K1 (keys(%{$SInfo{$Attr}}))
4475 if(ref($SInfo{$Attr}{$K1}) eq "HASH")
4477 foreach my $K2 (keys(%{$SInfo{$Attr}{$K1}}))
4479 $SymbolInfo{$ID}{$Attr}{$K1}{$K2} = $SInfo{$Attr}{$K1}{$K2};
[all …]

12345678