HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 151 - 175 of 1671) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
__init__.py 26 for fn in os.listdir(here):
27 if fn.startswith("test") and fn.endswith(".py"):
28 modname = "distutils.tests." + fn[:-3]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
__init__.py 11 for fn in os.listdir(here):
12 if fn.startswith("test") and fn.endswith(".py"):
13 modname = "unittest.test." + fn[:-3]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 66 std::string fn = get_storage_location(); local
69 fn.append (filename_prefix);
70 if (fn.length() > 200)
75 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block);
124 std::string fn = get_storage_location(); local
128 fn.append (filename_prefix);
129 if (fn.length() > 200)
134 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block);
199 std::string fn = get_storage_location(); local
209 fn.append (filename_prefix)
241 std::string fn = get_storage_location(); local
    [all...]
  /external/valgrind/main/callgrind/
context.c 140 static UWord cxt_hash_val(fn_node** fn, UInt size)
144 while(*fn != 0) {
145 hash = (hash<<7) + (hash>>25) + (UWord)(*fn);
146 fn--;
154 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt)
162 cxt_fn = &(cxt->fn[0]);
163 while((*fn != 0) && (count>0)) {
164 if (*cxt_fn != *fn) return False;
165 fn--;
175 static Context* new_cxt(fn_node** fn)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2f.c 49 double w,r,fn; local
58 /* Use a specialized rint() to get fn. Assume round-to-nearest. */
59 STRICT_ASSIGN(double,fn,x*invpio2+0x1.8p52);
60 fn = fn-0x1.8p52;
62 n = irint(fn);
64 n = (int32_t)fn;
66 r = x-fn*pio2_1;
67 w = fn*pio2_1t;
s_fdim.c 32 #define DECL(type, fn) \
34 fn(type x, type y) \
  /external/chromium_org/sync/internal_api/public/util/
weak_handle.cc 28 const base::Closure& fn) const {
29 if (!owner_loop_proxy_->PostTask(from_here, fn)) {
  /external/clang/test/Index/
print-type.c 3 int *f(int *p, char *x, FooType z, int arr[5], void (*fn)(int)) {
4 fn(*p);
21 // CHECK: ParmDecl=fn:3:55 (Definition) [type=void (*)(int)] [typekind=Pointer] [canonicaltype=void (*)(int)] [canonicaltypekind=Pointer] [isPOD=1]
24 // CHECK: CallExpr=fn:3:55 [type=void] [typekind=Void] [args= [int] [Int]] [isPOD=0]
25 // CHECK: DeclRefExpr=fn:3:55 [type=void (*)(int)] [typekind=Pointer] [canonicaltype=void (*)(int)] [canonicaltypekind=Pointer] [isPOD=1]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_thread.h 78 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
81 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
83 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
88 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_thread.h 78 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
81 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
83 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
88 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_thread.h 78 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
81 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
83 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
88 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_thread.h 78 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
81 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread)
83 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL)
85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex)
88 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
  /bootable/recovery/tools/ota/
check-lost+found.c 76 char fn[PATH_MAX]; local
77 snprintf(fn, sizeof(fn), "%s/%s", kPartitions[i], "dirty");
78 fd = open(fn, O_WRONLY|O_CREAT, 0444);
80 write(fd, fn, sizeof(fn)); // write, you know, some data
82 unlink(fn);
98 char fn[PATH_MAX]; local
99 snprintf(fn, sizeof(fn), "%s/%s", kPartitions[i], "lost+found")
    [all...]
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 448 OrigFn fn; local
452 VALGRIND_GET_ORIG_FN(fn);
473 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
498 OrigFn fn; local
500 VALGRIND_GET_ORIG_FN(fn);
506 CALL_FN_W_WW(ret, fn, pt_joinee, thread_return);
524 OrigFn fn; local
526 VALGRIND_GET_ORIG_FN(fn);
527 CALL_FN_W_W(ret, fn, pt_thread);
565 OrigFn fn;
584 OrigFn fn; local
608 OrigFn fn; local
631 OrigFn fn; local
648 OrigFn fn; local
665 OrigFn fn; local
683 OrigFn fn; local
701 OrigFn fn; local
719 OrigFn fn; local
737 OrigFn fn; local
754 OrigFn fn; local
774 OrigFn fn; local
799 OrigFn fn; local
816 OrigFn fn; local
834 OrigFn fn; local
851 OrigFn fn; local
868 OrigFn fn; local
885 OrigFn fn; local
902 OrigFn fn; local
924 OrigFn fn; local
942 OrigFn fn; local
959 OrigFn fn; local
980 OrigFn fn; local
997 OrigFn fn; local
1014 OrigFn fn; local
1032 OrigFn fn; local
1047 OrigFn fn; local
1062 OrigFn fn; local
1078 OrigFn fn; local
1095 OrigFn fn; local
1116 OrigFn fn; local
1133 OrigFn fn; local
1149 OrigFn fn; local
1167 OrigFn fn; local
1185 OrigFn fn; local
1203 OrigFn fn; local
1221 OrigFn fn; local
1239 OrigFn fn; local
1257 OrigFn fn; local
    [all...]
  /bionic/libc/bionic/
bionic_clone.c 39 int (*fn)(void *),
48 __bionic_clone_entry( int (*fn)(void *), void *arg )
50 int ret = (*fn)(arg);
55 clone(int (*fn)(void *), void *child_stack, int flags, void* arg, ...)
75 return __bionic_clone(flags, child_stack, parent_tidptr, new_tls, child_tidptr, fn, arg);
  /external/qemu/distrib/sdl-1.2.15/test/
testloadso.c 19 fntype fn = NULL; local
49 fn = (fntype) SDL_LoadFunction(lib, symname);
50 if (fn == NULL) {
55 printf("Found %s in %s at %p\n", symname, libname, fn);
59 fn(" HELLO, WORLD!\n");
  /external/valgrind/main/drd/tests/
bar_bad_xml.stderr.exp 42 <fn>pthread_barrier_init</fn>
50 <fn>main</fn>
69 <fn>pthread_barrier_init</fn>
77 <fn>main</fn>
90 <fn>pthread_barrier_init</fn>
    [all...]
thread_name_xml.stderr.exp 43 <fn>pthread_mutex_unlock</fn>
51 <fn>thread_func</fn>
59 <fn>vgDrd_thread_wrapper</fn>
79 <fn>pthread_mutex_unlock</fn>
87 <fn>thread_func</fn>
    [all...]
  /external/valgrind/main/memcheck/tests/
long_namespace_xml.stderr.exp 40 <fn>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklm</fn>
48 <fn>main</fn>
59 <fn>malloc</fn>
67 <fn>abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklm</fn>
75 <fn>main</fn>
    [all...]
  /system/core/init/
ueventd_parser.c 29 static void parse_config(const char *fn, char *s)
35 state.filename = fn;
61 int ueventd_parse_config_file(const char *fn)
64 data = read_file(fn, 0);
67 parse_config(fn, data);
  /packages/apps/Nfc/nci/jni/
RoutingManager.cpp 39 static const char fn [] = "RoutingManager::initialize()"; local
46 ALOGD ("%s: try ee register", fn);
50 ALOGE ("%s: fail ee register; error=0x%X", fn, nfaStat);
62 ALOGD("%s: default route is 0x%02X", fn, mDefaultEe);
114 static const char fn [] = "RoutingManager::addAidRouting"; local
115 ALOGD ("%s: enter", fn);
119 ALOGD ("%s: routed AID", fn);
130 static const char fn [] = "RoutingManager::removeAidRouting"; local
131 ALOGD ("%s: enter", fn);
135 ALOGD ("%s: removed AID", fn);
229 static const char fn [] = "RoutingManager::stackCallback"; local
283 static const char fn [] = "RoutingManager::nfaEeCallback"; local
    [all...]
PeerToPeer.cpp 212 static const char fn [] = "PeerToPeer::registerServer"; local
213 ALOGD ("%s: enter; service name: %s JNI handle: %u", fn, serviceName, jniHandle);
220 ALOGD ("%s: service name=%s already registered, handle: 0x%04x", fn, serviceName, pSrv->mNfaP2pServerHandle);
234 ALOGD ("%s: added new p2p server index: %d handle: %u name: %s", fn, ii, jniHandle, serviceName);
242 ALOGE ("%s: service name=%s no free entry", fn, serviceName);
247 ALOGD ("%s: got new p2p server h=0x%X", fn, pSrv->mNfaP2pServerHandle);
250 ALOGE ("%s: invalid server handle", fn);
269 static const char fn [] = "PeerToPeer::removeServer"; local
278 fn, jniHandle, mServers[i]->mNfaP2pServerHandle, mServers[i]->mServiceName.c_str(), i);
284 ALOGE ("%s: unknown server jni handle: %u", fn, jniHandle)
301 static const char fn [] = "PeerToPeer::llcpActivatedHandler"; local
376 static const char fn [] = "PeerToPeer::llcpDeactivatedHandler"; local
403 static const char fn [] = "PeerToPeer::llcpFirstPacketHandler"; local
441 static const char fn [] = "PeerToPeer::accept"; local
471 static const char fn [] = "PeerToPeer::deregisterServer"; local
518 static const char fn [] = "PeerToPeer::createClient"; local
578 static const char fn[] = "PeerToPeer::removeConn"; local
623 static const char fn [] = "PeerToPeer::connectConnOriented"; local
644 static const char fn [] = "PeerToPeer::connectConnOriented"; local
666 static const char fn [] = "PeerToPeer::createDataLinkConn"; local
874 static const char fn [] = "PeerToPeer::send"; local
928 static const char fn [] = "PeerToPeer::receive"; local
978 static const char fn [] = "PeerToPeer::disconnectConnOriented"; local
1041 static const char fn [] = "PeerToPeer::getRemoteMaxInfoUnit"; local
1066 static const char fn [] = "PeerToPeer::getRemoteRecvWindow"; local
1104 static const char fn [] = "PeerToPeer::enableP2pListening"; local
1149 static const char fn [] = "PeerToPeer::handleNfcOnOff"; local
1215 static const char fn [] = "PeerToPeer::nfaServerCallback"; local
1372 static const char fn [] = "PeerToPeer::nfaClientCallback"; local
1579 static const char fn [] = "P2pServer::registerWithStack"; local
1631 static const char fn [] = "P2pServer::accept"; local
    [all...]
SecureElement.cpp 151 static const char fn [] = "SecureElement::initialize"; local
155 ALOGD ("%s: enter", fn);
159 ALOGD ("%s: Default destination gate: 0x%X", fn, mDestinationGate);
165 ALOGD ("%s: Active SE override: 0x%X", fn, mActiveSeOverride);
194 ALOGD ("%s: No SE; No need to initialize SecureElement", fn);
207 ALOGD ("%s: Found HCI network, try hci register", fn);
214 ALOGE ("%s: fail hci register; error=0x%X", fn, nfaStat);
225 ALOGD ("%s: exit", fn);
241 static const char fn [] = "SecureElement::finalize"; local
242 ALOGD ("%s: enter", fn);
273 static const char fn [] = "SecureElement::getEeInfo"; local
394 static const char fn [] = "SecureElement::getSecureElementIdList"; local
437 static const char fn [] = "SecureElement::activate"; local
526 static const char fn [] = "SecureElement::deactivate"; local
573 static const char fn [] = "SecureElement::notifyTransactionListenersOfAid"; local
639 static const char fn [] = "SecureElement::connectEE"; local
833 static const char fn [] = "SecureElement::disconnectEE"; local
895 static const char fn [] = "SecureElement::transceive"; local
984 static const char* fn = "SecureElement::notifyModeSet"; local
1012 static const char fn [] = "SecureElement::notifyListenMode"; local
1053 static const char fn [] = "SecureElement::notifyRfFieldEvent"; local
1100 static const char fn [] = "SecureElement::resetRfFieldStatus`"; local
1128 static const char fn [] = "SecureElement::storeUiccInfo"; local
1237 static const char fn [] = "SecureElement::nfaHciCallback"; local
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 45 build_intra_predictors_mbuv_fn_t fn; local
48 case V_PRED: fn = vp8_intra_pred_uv_ve_mmx; break;
49 case H_PRED: fn = ho_func; break;
50 case TM_PRED: fn = tm_func; break;
54 fn = vp8_intra_pred_uv_dc_mmx2; break;
56 fn = vp8_intra_pred_uv_dctop_mmx2; break;
59 fn = vp8_intra_pred_uv_dcleft_mmx2; break;
61 fn = vp8_intra_pred_uv_dc128_mmx; break;
67 fn(dst_u, dst_stride, uabove_row, uleft, left_stride);
68 fn(dst_v, dst_stride, vabove_row, vleft, left_stride)
137 build_intra_predictors_mbuv_fn_t fn; local
    [all...]
  /external/clang/utils/VtableTest/
gen.cc 155 int fn = old_func + random() % FUNCSPACING + 1; local
156 funcs[i] = fn;
161 || !base_present[ret_type][ret_types[s][fn]])
162 if (ret_types[s][fn]) {
164 ret_types[s][fn], fn);
165 ret_type = ret_types[s][fn];
169 printf(" // Wow found one for s%d for fun%d.\n", s, fn);
170 ret_types[s][fn] = ret_type;
176 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid)
    [all...]

Completed in 609 milliseconds

1 2 3 4 5 67 8 91011>>