HomeSort by relevance Sort by last modified time
    Searched full:tmod (Results 1 - 17 of 17) sorted by null

  /external/clang/test/Index/
index-module.m 37 // RUN: c-index-test -index-tu %t.cache/Module.pcm | FileCheck %s -check-prefix=CHECK-TMOD
39 // CHECK-TMOD: [startedTranslationUnit]
40 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMOD_MODULE_H:.*/Modules/Inputs/Module\.framework[/\\]Headers[/\\]Module\.h]] | {{.*}} | hash loc: <invalid>
41 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR:.*/Modules/Inputs/Module.framework[/\\]Headers.]]Sub.h | name: "Module/Sub.h" | hash loc: [[TMOD_MODULE_H]]:23:1 | isImport: 0 | isAngled: 1
42 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODHDR]]Sub.h:1:1 | isImport: 0 | isAngled: 1
43 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR]]Buried/Treasure.h | name: "Module/Buried/Treasure.h" | hash loc: [[TMOD_MODULE_H]]:24:1 | isImport: 0 | isAngled: 1
44 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMOD_SUB_H:.*[/\\]Modules[/\\]Inputs[/\\]Module\.framework[/\\]Frameworks[/\\]SubFramework\.framework[/\\]Headers[/\\]SubFramework\.h]] | {{.*}} | hash loc: <invalid>
45 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: function | name: getModuleVersion | {{.*}} | loc: [[TMOD_MODULE_H]]:9:13
46 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: objc-class | name: Module | {{.*}} | loc: [[TMOD_MODULE_H]]:15:12
47 // CHECK-TMOD-NEXT: <ObjCContainerInfo>: kind: interfac
    [all...]
  /external/openssl/crypto/conf/
conf_mod.c 294 CONF_MODULE *tmod = NULL; local
299 tmod = OPENSSL_malloc(sizeof(CONF_MODULE));
300 if (tmod == NULL)
303 tmod->dso = dso;
304 tmod->name = BUF_strdup(name);
305 tmod->init = ifunc;
306 tmod->finish = ffunc;
307 tmod->links = 0;
309 if (!sk_CONF_MODULE_push(supported_modules, tmod))
311 OPENSSL_free(tmod);
325 CONF_MODULE *tmod; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
montgomery.c 173 BIGNUM tmod; local
187 BN_init(&tmod);
188 tmod.d = buf;
189 tmod.dmax = 2;
190 tmod.neg = 0;
205 tmod.top = 0;
207 tmod.top = 1;
210 tmod.top = 2;
213 if (BN_mod_inverse(Ri, R, &tmod, ctx) == NULL) {
235 if (!BN_div(Ri, NULL, Ri, &tmod, ctx))
    [all...]
  /external/openssl/crypto/bn/
bn_mont.c 368 BIGNUM tmod; local
371 BN_init(&tmod);
372 tmod.d=buf;
373 tmod.dmax=2;
374 tmod.neg=0;
387 tmod.top=0;
388 if ((buf[0] = mod->d[0])) tmod.top=1;
389 if ((buf[1] = mod->top>1 ? mod->d[1] : 0)) tmod.top=2;
391 if ((BN_mod_inverse(Ri,R,&tmod,ctx)) == NULL)
408 if (!BN_div(Ri,NULL,Ri,&tmod,ctx)) goto err
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp 476 case tMod:
1017 if (type != tIs && type != tMod && type != tIn &&
    [all...]
plurrule_impl.h 114 tMod, // 'mod' or '%'
  /external/icu/icu4c/source/i18n/
plurrule.cpp 579 case tMod:
    [all...]
plurrule_impl.h 114 tMod, // 'mod' or '%'
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 116 self.tmod = kwargs.pop("tmod", None)
128 "OPTM_%s" % self.tmod,
138 self.tmod == other.tmod and
146 self.tmod != other.tmod or
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomain.cpp 126 clampedCoords.printf("\tmod(%s - %s.xy, %s.zw - %s.xy) + %s.xy",
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
ghash-x86.pl 60 # as (28+Tmod/Naggr)/16, where Tmod is time to perform reduction
65 # By tracing inter-register dependencies Tmod is estimated as ~19
76 # Moving on to the implementation in question. Tmod is estimated as
81 # former's performance is really limited to above (Tmul + Tmod/Naggr)
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 58 # as (28+Tmod/Naggr)/16, where Tmod is time to perform reduction
63 # By tracing inter-register dependencies Tmod is estimated as ~19
74 # Moving on to the implementation in question. Tmod is estimated as
79 # former's performance is really limited to above (Tmul + Tmod/Naggr)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 1001 uintptr_t tmod = TARGETMOD_val; local
    [all...]
  /development/perftests/panorama/input/
test_003.ppm     [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 1399 milliseconds