Home
last modified time | relevance | path

Searched refs:hm (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DHandlerBox.java45 HashMap<String, String> hm = new HashMap<String, String>();
46hm.put("odsm", "ObjectDescriptorStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICT…
47hm.put("crsm", "ClockReferenceStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTUR…
48hm.put("sdsm", "SceneDescriptionStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICT…
49hm.put("m7sm", "MPEG7Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AU…
50hm.put("ocsm", "ObjectContentInfoStream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PIC…
51hm.put("ipsm", "IPMP Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND AU…
52hm.put("mjsm", "MPEG-J Stream - defined in ISO/IEC JTC1/SC29/WG11 - CODING OF MOVING PICTURES AND …
53 hm.put("mdir", "Apple Meta Data iTunes Reader");
54 hm.put("mp7b", "MPEG-7 binary XML");
[all …]
/external/clang/test/SemaCXX/
Dmember-pointer.cpp82 HasMembers hm; in g() local
86 int *pmii = &hm.i; in g()
90 &hm.f; // expected-error {{cannot create a non-constant pointer to member function}} in g()
102 HasMembers hm, *phm = &hm; in h() local
105 hm.*pi = 0; in h()
107 (void)&(hm.*pi); in h()
109 (void)&((&hm)->*pi); in h()
112 (hm.*pf)(); in h()
115 …(void)(hm->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatibl… in h()
132 (void)(hm.*i); // expected-error {{pointer-to-member}} in h()
/external/kmod/testsuite/
Dtest-loaded.c61 struct kmod_module *hm = kmod_module_get_module(hitr); in loaded_1() local
68 fputs(kmod_module_get_name(hm), stdout); in loaded_1()
69 kmod_module_unref(hm); in loaded_1()
/external/kmod/tools/
Dlsmod.c70 struct kmod_module *hm = kmod_module_get_module(hitr); in do_lsmod() local
79 fputs(kmod_module_get_name(hm), stdout); in do_lsmod()
80 kmod_module_unref(hm); in do_lsmod()
Dremove.c67 struct kmod_module *hm = kmod_module_get_module(itr); in check_module_inuse() local
68 fprintf(stderr, " %s", kmod_module_get_name(hm)); in check_module_inuse()
69 kmod_module_unref(hm); in check_module_inuse()
Drmmod.c86 struct kmod_module *hm = kmod_module_get_module(itr); in check_module_inuse() local
87 fprintf(stderr, " %s", kmod_module_get_name(hm)); in check_module_inuse()
88 kmod_module_unref(hm); in check_module_inuse()
/external/antlr/runtime/ObjC/Framework/
DHashMap.h76 HashMap *hm; variable
119 HashMap *hm; variable
123 @property (retain) HashMap *hm;
139 HashMap *hm; variable
143 @property (retain) HashMap *hm;
158 HashMap *hm; variable
162 @property (retain) HashMap *hm;
DHashMap.m142 hm = aHM;
143 expectedModCount = hm.modCount;
145 while ( idx < [hm.buffer length] ) {
146 next = (HMEntry *)hm.ptrBuffer[idx++];
162 // if (hm.modCount != expectedModCount)
168 while ( idx < [hm.buffer length] ) {
186 [hm removeEntryForKey:k];
187 expectedModCount = hm.modCount;
267 @synthesize hm;
279 hm = aHM;
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_convolve_copy_sse2.asm51 mov r4d, dword hm
89 mov r4d, dword hm
112 mov r4d, dword hm
135 mov r4d, dword hm
160 mov r4d, dword hm
190 mov r4d, dword hm
/external/scapy/scapy/layers/tls/crypto/
Dhkdf.py61 hm = HMAC(finished_key, self.hash, default_backend())
62 hm.update(hash_value)
63 return hm.finalize()
Dprf.py22 def _tls_P_hash(secret, seed, req_len, hm): argument
39 hash_len = hm.hash_alg.hash_len
43 a = hm(secret).digest(seed) # A(1)
46 res += hm(secret).digest(a + raw(seed))
47 a = hm(secret).digest(a)
/external/libaom/libaom/aom_dsp/x86/
Daom_convolve_copy_sse2.asm60 mov r4d, dword hm
126 mov r4d, dword hm
163 mov r4d, dword hm
186 mov r4d, dword hm
209 mov r4d, dword hm
234 mov r4d, dword hm
264 mov r4d, dword hm
/external/skia/src/compute/hs/cuda/
Dhs_cuda.inl86 // | hm | |
89 // WAITFOR(hm) |
118 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm)
119 // (fm_frac) happens_before (hm)
121 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm)
122 // (fm_frac) happens_before (hm)
124 // launch (hm) -> (hm) happens_before (hm)
125 // (hm) happens_before (bc)
145 // fm_full fm_frac (fm_full) happens_before (hm or bc)
146 // (fm_frac) happens_before (hm or bc)
[all …]
/external/skqp/src/compute/hs/cuda/
Dhs_cuda.inl86 // | hm | |
89 // WAITFOR(hm) |
118 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm)
119 // (fm_frac) happens_before (hm)
121 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm)
122 // (fm_frac) happens_before (hm)
124 // launch (hm) -> (hm) happens_before (hm)
125 // (hm) happens_before (bc)
145 // fm_full fm_frac (fm_full) happens_before (hm or bc)
146 // (fm_frac) happens_before (hm or bc)
[all …]
/external/python/cpython2/PC/os2emx/
Ddlfcn.c73 HMODULE hm; in dlopen() local
93 switch (rc = DosLoadModule((PSZ)&err, sizeof(err), filename, &hm)) in dlopen()
96 tmp->handle = hm; in dlopen()
/external/llvm/test/MC/Sparc/
Dsparc-relocations.s44 ! CHECK: or %g1, %hm(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A]
45 … ! CHECK-NEXT: ! fixup A - offset: 0, value: %hm(sym), kind: fixup_sparc_hm
46 or %g1, %hm(sym), %g3
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
Dsparc-relocations.s45 ! CHECK: or %g1, %hm(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A]
46 … ! CHECK-NEXT: ! fixup A - offset: 0, value: %hm(sym), kind: fixup_sparc_hm
47 or %g1, %hm(sym), %g3
/external/skqp/src/compute/hs/vk/
Dhs_vk.c128 VkPipeline * hm[3]; member
302 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.hm.scale_max,log2_rem); in hs_hm()
310 hs->pipelines.hm[scale_log2][0]); in hs_hm()
851 for (uint32_t scale = target->config.merge.hm.scale_min; in hs_vk_create()
852 scale <= target->config.merge.hm.scale_max; in hs_vk_create()
1043 hs->pipelines.hm[0] = count_hm[0] ? pipeline_next : NULL; in hs_vk_create()
1047 hs->pipelines.hm[1] = count_hm[1] ? pipeline_next : NULL; in hs_vk_create()
1051 hs->pipelines.hm[2] = count_hm[2] ? pipeline_next : NULL; in hs_vk_create()
/external/skia/src/compute/hs/vk/
Dhs_vk.c128 VkPipeline * hm[3]; member
302 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.hm.scale_max,log2_rem); in hs_hm()
310 hs->pipelines.hm[scale_log2][0]); in hs_hm()
851 for (uint32_t scale = target->config.merge.hm.scale_min; in hs_vk_create()
852 scale <= target->config.merge.hm.scale_max; in hs_vk_create()
1043 hs->pipelines.hm[0] = count_hm[0] ? pipeline_next : NULL; in hs_vk_create()
1047 hs->pipelines.hm[1] = count_hm[1] ? pipeline_next : NULL; in hs_vk_create()
1051 hs->pipelines.hm[2] = count_hm[2] ? pipeline_next : NULL; in hs_vk_create()
/external/icu/icu4c/source/data/locales/
Dos.txt77 hm{"h:mm a"}
118 hm{
170 hm{"h:mm a"}
277 hm{
Dfr_CM.txt23 hm{"h:mm"}
49 hm{
Den_FI.txt29 hm{"h.mm a"}
61 hm{"h.mm a"}
Den_DK.txt27 hm{"h.mm a"}
59 hm{"h.mm a"}
/external/skia/src/compute/hs/cl/
Dhs_cl.c50 cl_kernel * hm[3]; member
283 cl_kernel kernel = hs->kernels.hm[scale_log2][0]; in hs_hm_enqueue()
324 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.hm.scale_max,log2_rem); in hs_hm()
1062 for (uint32_t scale = target->config.merge.hm.scale_min; in hs_cl_create()
1063 scale <= target->config.merge.hm.scale_max; in hs_cl_create()
1179 hs->kernels.hm[0] = kernel_next; in hs_cl_create()
1190 hs->kernels.hm[1] = kernel_next; in hs_cl_create()
1201 hs->kernels.hm[2] = kernel_next; in hs_cl_create()
/external/skqp/src/compute/hs/cl/
Dhs_cl.c50 cl_kernel * hm[3]; member
283 cl_kernel kernel = hs->kernels.hm[scale_log2][0]; in hs_hm_enqueue()
324 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.hm.scale_max,log2_rem); in hs_hm()
1062 for (uint32_t scale = target->config.merge.hm.scale_min; in hs_cl_create()
1063 scale <= target->config.merge.hm.scale_max; in hs_cl_create()
1179 hs->kernels.hm[0] = kernel_next; in hs_cl_create()
1190 hs->kernels.hm[1] = kernel_next; in hs_cl_create()
1201 hs->kernels.hm[2] = kernel_next; in hs_cl_create()

12345678910>>...25