HomeSort by relevance Sort by last modified time
    Searched refs:K1 (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/ltp/testcases/kernel/syscalls/pread/
pread01.c 82 #define K1 1024
83 #define K2 (K1 * 2)
84 #define K3 (K1 * 3)
85 #define K4 (K1 * 4)
116 * Call pread() of K1 data (should be 2's) at offset K2.
118 nread = pread(fildes, read_buf[2], K1, K2);
121 if (nread != K1) {
135 /* pread() K1 of data (should be 3's) at offset K3. */
136 nread = pread(fildes, read_buf[3], K1, K3);
137 if (nread != K1) {
    [all...]
pread02.c 78 #define K1 1024
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}, {
217 /* Write known data (0's) of K1 bytes */
218 if (write(pfd[1], write_buf[0], K1) != K1) {
261 write_buf[count] = malloc(K1);
262 read_buf[count] = malloc(K1);
268 memset(write_buf[count], count, K1);
pread03.c 84 #define K1 2048
114 nbytes = K1;
187 read_buf[count] = malloc(K1);
  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite01.c 85 #define K1 1024
86 #define K2 (K1 * 2)
87 #define K3 (K1 * 3)
88 #define K4 (K1 * 4)
116 * Call pwrite() to write K1 bytes of data (0's) at offset 0
119 nwrite = pwrite(fildes, write_buf[0], K1, 0);
122 if (nwrite != K1) {
135 l_seek(fildes, K1 / 2, SEEK_SET, K1 / 2);
138 * Again, pwrite() K1 of data (2's) at offset K2 o
    [all...]
pwrite04.c 52 #define K1 1024
53 #define K2 (K1 * 2)
54 #define K3 (K1 * 3)
55 #define K4 (K1 * 4)
56 #define K5 (K1 * 5)
91 * pwrite() K1 of data (0's) at offset 0.
93 if ((nbytes = pwrite(fd, wbuf[0], K1, 0)) != K1) {
108 l_seek(fd, K1 / 2, SEEK_SET, K1 / 2)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
ChainedMap.java 21 public static class M3<K2, K1, V> extends ChainedMap implements Iterable<Map.Entry<K2, Map<K1, V>>> {
23 private M3(Map<K2, Object> map2, Map<K1, Object> map1, Class<V> valueClass) {
32 public V get(K2 key2, K1 key1) {
37 public Map<K1, V> get(K2 key2) {
38 Map<K1, V> map = (Map<K1, V>) super.mapBase.get(key2);
43 public V put(K2 key2, K1 key1, V value) {
49 public Iterator<Entry<K2, Map<K1, V>>> iterator() {
50 return (Iterator<Entry<K2, Map<K1, V>>>) super.iterator()
    [all...]
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpsms4ecby8cn.h 100 #define TRANSPOSE_INP(K0,K1,K2,K3, T) \
101 T = _mm_unpacklo_epi32(K0, K1); \
102 K1 = _mm_unpackhi_epi32(K0, K1); \
106 K2 = _mm_unpacklo_epi64(K1, K3); \
107 K3 = _mm_unpackhi_epi64(K1, K3); \
108 K1 = _mm_unpackhi_epi64(T, K0); \
111 #define TRANSPOSE_OUT(K0,K1,K2,K3, T) \
112 T = _mm_unpacklo_epi32(K1, K0); \
113 K0 = _mm_unpackhi_epi32(K1, K0);
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 352 <K1 extends K, V1 extends V> Weigher<K1, V1> getWeigher() {
353 return (Weigher<K1, V1>) MoreObjects.firstNonNull(weigher, OneWeigher.INSTANCE);
490 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> removalListener(
491 RemovalListener<? super K1, ? super V1> listener) {
496 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this;
503 <K1 extends K, V1 extends V> RemovalListener<K1, V1> getRemovalListener()
    [all...]
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 457 * instance, this method returns {@code CacheBuilder<K1, V1>}. From this point on, either the
475 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> weigher(
476 Weigher<? super K1, ? super V1> weigher) {
485 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this;
499 <K1 extends K, V1 extends V> Weigher<K1, V1> getWeigher() {
500 return (Weigher<K1, V1>) MoreObjects.firstNonNull(weigher, OneWeigher.INSTANCE);
    [all...]
  /external/clang/lib/Format/
FormatToken.h 291 template <typename A, typename B> bool isOneOf(A K1, B K2) const {
292 return is(K1) || is(K2);
295 bool isOneOf(A K1, B K2, Ts... Ks) const {
296 return is(K1) || isOneOf(K2, Ks...);
303 bool startsSequence(A K1, Ts... Tokens) const {
304 return startsSequenceInternal(K1, Tokens...);
310 bool endsSequence(A K1, Ts... Tokens) const {
311 return endsSequenceInternal(K1, Tokens...);
448 bool startsSequenceInternal(A K1, Ts... Tokens) const {
450 return Next->startsSequenceInternal(K1, Tokens...)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 64 #define K1 0
76 ROUND(F, a, b, c, d, in[0] + K1, 3);
77 ROUND(F, d, a, b, c, in[1] + K1, 7);
78 ROUND(F, c, d, a, b, in[2] + K1, 11);
79 ROUND(F, b, c, d, a, in[3] + K1, 19);
80 ROUND(F, a, b, c, d, in[4] + K1, 3);
81 ROUND(F, d, a, b, c, in[5] + K1, 7);
82 ROUND(F, c, d, a, b, in[6] + K1, 11);
83 ROUND(F, b, c, d, a, in[7] + K1, 19);
115 #undef K1
    [all...]
  /external/clang/test/SemaCXX/
using-directive.cpp 23 class K1 {
55 void K1::foo() {} // okay
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
sym_kernel_scope.s 14 .amdgpu_hsa_kernel K1
15 K1:
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
ObjectTransformLayerTest.cpp 199 auto K1 = ES.allocateVModule();
201 M.expectAddObject(K1, Obj1);
202 cantFail(T1.addObject(K1, std::move(Obj1)));
228 M.expectFindSymbolIn(K1, Name, ExportedOnly);
229 llvm::JITSymbol Sym2 = T1.findSymbolIn(K1, Name, ExportedOnly);
233 M.expectEmitAndFinalize(K1);
234 cantFail(T2.emitAndFinalize(K1));
240 M.expectMapSectionAddress(K1, Buffer, MockAddress);
241 T1.mapSectionAddress(K1, Buffer, MockAddress);
  /external/autotest/client/site_tests/video_WebRtcCamera/
ssim.js 61 var K1 = 0.01;
64 var C1 = (K1 * L) * (K1 * L);
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
ssim.js 61 var K1 = 0.01;
64 var C1 = (K1 * L) * (K1 * L);
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 10 static enum K1 { K1Val = sizeof(T) } Kind1;
15 K1 k1 = K1Val; local
23 K1 k1 = K1Val; local
46 enum { K1Val = sizeof(T) } k1; local
  /external/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
97 return is(K1) || is(K2);
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /external/clang/test/Sema/
warn-duplicate-enum.c 67 K1,
  /external/guava/guava-tests/test/com/google/common/hash/
SipHashFunctionTest.java 33 private static final long K1 = 0x0f0e0d0c0b0a0908L;
34 private static final HashFunction SIP_WITH_KEY = Hashing.sipHash24(K0, K1);
122 long k1 = 0x0f0e0d0c0b0a0908L; local
124 assertEquals(0xa129ca6149be45e5L, Hashing.sipHash24(k0, k1).hashBytes(message).asLong());
159 assertEquals("Hashing.sipHash24(" + K0 + ", " + K1 + ")", SIP_WITH_KEY.toString());
160 assertEquals("Hashing.sipHash24(" + K0 + ", " + K1 + ")", SIP_WITHOUT_KEY.toString());
  /external/opencensus-java/exporters/stats/prometheus/src/test/java/io/opencensus/exporter/stats/prometheus/
PrometheusExportUtilsTest.java 85 private static final TagKey K1 = TagKey.create("k1");
102 VIEW_NAME_1, DESCRIPTION, MEASURE_DOUBLE, COUNT, Arrays.asList(K1, K2), CUMULATIVE);
107 VIEW_NAME_3, DESCRIPTION, MEASURE_DOUBLE, DISTRIBUTION, Arrays.asList(K1), CUMULATIVE);
109 View.create(VIEW_NAME_4, DESCRIPTION, MEASURE_DOUBLE, COUNT, Arrays.asList(K1), INTERVAL);
116 Arrays.asList(K1, TAG_KEY_LE),
166 convertToLabelNames(Arrays.asList(K1, K2)),
171 new Sample(SAMPLE_NAME, Arrays.asList("k1", "k2"), Arrays.asList("v1", "v2"), -5.5));
184 convertToLabelNames(Arrays.asList(K1, K3)),
189 new Sample(SAMPLE_NAME, Arrays.asList("k1", "k_3"), Arrays.asList("v1", ""), 12345))
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsintrp.c 263 cmsS15Fixed16Number k0, k1, rk, K0, K1; local
274 k1 = k0 + (Input[0] != 0xFFFFU ? 1 : 0);
277 K1 = p16 -> opta[0] * k1;
281 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]);
834 int K0, K1;
861 K1 = K0 + (Input[0] == 0xFFFFU ? 0 : p16->opta[3]);
937 LutTable += K1;
1020 int k0, K0, K1;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
xxhash.cpp 109 uint64_t const K1 = round(0, endian::read64le(P));
110 H64 ^= K1;
  /external/openssh/openbsd-compat/
rmd160.c 64 #define K1 0x5A827999U
208 R(e, a, b, c, d, F1, K1, 7, 7);
209 R(d, e, a, b, c, F1, K1, 6, 4);
210 R(c, d, e, a, b, F1, K1, 8, 13);
211 R(b, c, d, e, a, F1, K1, 13, 1);
212 R(a, b, c, d, e, F1, K1, 11, 10);
213 R(e, a, b, c, d, F1, K1, 9, 6);
214 R(d, e, a, b, c, F1, K1, 7, 15);
215 R(c, d, e, a, b, F1, K1, 15, 3);
216 R(b, c, d, e, a, F1, K1, 7, 12)
    [all...]
  /art/runtime/arch/mips/
registers_mips.h 55 K1 = 27,

Completed in 1613 milliseconds

1 2 3 4