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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
typeexpr.py 101 tn = type_node()
102 tn.name = type_name
103 tn.size = type_size
104 tn.integer = integer
105 te.expr.append(tn)
209 def set_base_type_node(self, tn):
210 self.expr = [tn]
215 tn = self.expr[0]
217 tn.elements = count
241 tn = self.expr[0
    [all...]
extension_helper.py 182 tn = p.type_expr.get_base_type_node()
185 elif tn.integer:
187 elif tn.size == 4:
remap_helper.py 38 tn = p.type_expr.get_base_type_node()
41 elif tn.integer:
43 elif tn.size == 4:
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 101 tn = type_node()
102 tn.name = type_name
103 tn.size = type_size
104 tn.integer = integer
105 te.expr.append(tn)
209 def set_base_type_node(self, tn):
210 self.expr = [tn]
215 tn = self.expr[0]
217 tn.elements = count
241 tn = self.expr[0
    [all...]
extension_helper.py 182 tn = p.type_expr.get_base_type_node()
185 elif tn.integer:
187 elif tn.size == 4:
remap_helper.py 38 tn = p.type_expr.get_base_type_node()
41 elif tn.integer:
43 elif tn.size == 4:
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_resampler.c 83 int tn, mm; local
104 tn = (int)tnew;
106 while (tn < size) {
109 outspeech[mm] = y[tn] + (tnew - tn) * (y[tn + 1] - y[tn]);
113 tn = (int)tnew;
  /external/webrtc/src/modules/audio_processing/aec/
aec_resampler.c 84 int tn, outsize, mm; local
103 tn = (int) tnew;
105 while (tn < size) {
108 interp = y[tn] + (tnew - tn) * (y[tn+1] - y[tn]);
121 tn = (int) tnew;
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
cipher_test.c 128 const uint8_t *tag, int tn, int encdec) {
145 if (tn) {
146 hexdump(stdout, "Tag", tag, tn);
212 if (!EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_GET_TAG, tn, rtag)) {
217 if (memcmp(rtag, tag, tn)) {
219 hexdump(stderr, "Got", rtag, tn);
220 hexdump(stderr, "Expected", tag, tn);
243 if (!EVP_CIPHER_CTX_ctrl(&ctx, EVP_CTRL_GCM_SET_TAG, tn, (void *)tag)) {
294 const uint8_t *aad, int an, const uint8_t *tag, int tn,
325 test1(c, key, kn, iv, in, plaintext, pn, ciphertext, cn, aad, an, tag, tn,
360 int tn = 0; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 152 TypeName tn = (TypeName)list2.get(i); local
153 add(list, tn);
154 tn.equivalences = list;
191 TypeName tn = (TypeName)obj; local
192 return getExpected().equals(tn.getExpected());
219 TypeName tn = (TypeName)td; local
220 if (update(cp, name, tn.expectedName))
221 name = tn.expectedName;
229 TypeName tn = (TypeName)td; local
230 tn.expectedName = name
    [all...]
  /frameworks/native/opengl/tests/EGLTest/
egl_cache_test.cpp 83 char* tn = tempnam("/sdcard", "EGL_test-cache-"); local
84 mFilename = tn;
85 free(tn);
  /external/chromium_org/third_party/sqlite/src/test/
lock_common.tcl 24 set tn 1
28 set tn 2
55 uplevel set $varname $tn
colmeta.test 76 foreach {tn params results} $tests {
80 do_test colmeta-$tn.1 {
89 do_test colmeta-$tn.2 {
malloc_common.tcl 380 proc do_malloc_test {tn args} {
384 if {[string is integer $tn]} {
385 set tn malloc-$tn
413 do_test ${tn}.${zRepeat}.${::n} {
randexpr1.tcl 285 set tn 0
287 global tn
288 incr tn
289 puts "do_test randexpr-2.$tn {\n db eval {$sql}\n} {$result}"
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 163 $tn = $pure_testname . ($num_of_logfiles ? ".$num_of_logfiles" : "");
164 print("Renaming purify log file to $tn\n") if $debug;
165 rename($pure_log, "$tn")
166 || die "Can't rename $log to $tn: $!\n";
  /external/yaffs2/yaffs2/
yaffs_guts.c 76 static int yaffs_DeleteWorker(yaffs_Object * in, yaffs_Tnode * tn, __u32 level,
683 yaffs_Tnode *tn = NULL; local
691 tn = dev->freeTnodes;
693 if (tn->internal[YAFFS_NTNODES_INTERNAL] != (void *)1) {
703 return tn;
708 yaffs_Tnode *tn = yaffs_GetTnodeRaw(dev); local
710 if(tn)
711 memset(tn, 0, (dev->tnodeWidth * YAFFS_NTNODES_LEVEL0)/8);
713 return tn;
717 static void yaffs_FreeTnode(yaffs_Device * dev, yaffs_Tnode * tn)
832 yaffs_Tnode *tn = fStruct->top; local
896 yaffs_Tnode *tn; local
1257 yaffs_Tnode *tn; local
1346 yaffs_Object *tn = NULL; local
2612 yaffs_Tnode *tn; local
2640 yaffs_Tnode *tn; local
2685 yaffs_Tnode *tn; local
2744 yaffs_Tnode *tn; local
3664 yaffs_Tnode *tn; local
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ScriptGroup.java 190 Node tn = findNode(cl.mToK.mScript); local
191 if (tn.equals(original)) {
194 validateCycle(tn, original);
197 Node tn = findNode(cl.mToF.mScript); local
198 if (tn.equals(original)) {
201 validateCycle(tn, original);
224 Node tn = findNode(cl.mToK.mScript); local
225 validateDAGRecurse(tn, dagNumber);
228 Node tn = findNode(cl.mToF.mScript); local
229 validateDAGRecurse(tn, dagNumber)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 197 Node tn = findNode(cl.mToK.mScript); local
198 if (tn.equals(original)) {
201 validateCycle(tn, original);
204 Node tn = findNode(cl.mToF.mScript); local
205 if (tn.equals(original)) {
208 validateCycle(tn, original);
231 Node tn = findNode(cl.mToK.mScript); local
232 validateDAGRecurse(tn, dagNumber);
235 Node tn = findNode(cl.mToF.mScript); local
236 validateDAGRecurse(tn, dagNumber)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 321 double x = (dRate->tn ? (dRate->tx ? ((1e6 * dRate->tn) / dRate->tx) : 1e6) : 0.);
326 ID, dRate->modulesAndFlags, dRate->size, dRate->tn);
329 double s = dRate->txx ? (dRate->tx * (double) dRate->tx / dRate->txx / dRate->tn) : 1;
339 dRate->txx = dRate->tx = dRate->tn = 0;
409 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0;
429 (me->dRate[i].tn && me->debug & 4))
535 me->dRate[i].txx = me->dRate[i].tx = me->dRate[i].tn = me->dRate[i].tn0 = 0;
558 (me->dRate[i].tn < me->granularity * steps))
562 fprintf(me->fRt, "rtPERF: [%ld] IGNORED (steps=%d, tn0=%ld, tn=%ld)\n"
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
ctest.h 165 cleanUpTestTree(TestNode *tn);
  /external/icu/icu4c/source/tools/ctestfw/unicode/
ctest.h 165 cleanUpTestTree(TestNode *tn);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 58 tn, tx, txx: temporal statistics (for grandularity)
59 tn0: tn in the last temporal statistics phase (since the last executing phase)
63 long n, tn, tn0, an; member in struct:PERF_RTdata_rate
  /external/opencv/cv/src/
cvhough.cpp 211 int rn, tn; /* number of rho and theta discrete values */ local
255 tn = cvFloor( 2 * Pi * itheta );
263 CV_CALL( sinTable = (float*)cvAlloc( 5 * tn * stn * sizeof( float )));
265 for( index = 0; index < 5 * tn * stn; index++ )
270 CV_CALL( caccum = (uchar*)cvAlloc( rn * tn * sizeof( caccum[0] )));
271 memset( caccum, 0, rn * tn * sizeof( caccum[0] ));
320 i = cvFloor( rv ) * tn;
323 assert( i < rn * tn );
337 for( ti = 0; ti < tn; ti++ )
339 if( caccum[ri * tn + ti > threshold]
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 649 QNode tn = t.next; local
652 if (tn != null) { // lagging tail
653 advanceTail(t, tn);
760 QNode tn = t.next;
763 if (tn != null) {
764 advanceTail(t, tn);
    [all...]

Completed in 802 milliseconds

1 2 3 4