HomeSort by relevance Sort by last modified time
    Searched defs:fn (Results 451 - 475 of 693) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Modules/
_cursesmodule.c 1728 char fn[100]; local
2287 char fn[100]; local
    [all...]
  /external/selinux/libsemanage/src/
semanage_store.c 845 char fn[PATH_MAX]; local
853 for (c = strcpy(fn, path) + 1; *c != '\0'; c++) {
859 rc = semanage_mkdir(sh, fn);
865 rc = semanage_mkdir(sh, fn);
945 char fn[PATH_MAX]; local
948 ret = snprintf(fn,
949 sizeof(fn),
954 if (ret < 0 || ret >= (int)sizeof(fn)) {
960 ret = semanage_mkdir(sh, fn);
962 ERR(sh, "Unable to create temporary directory for final files at %s", fn);
1575 char fn[PATH_MAX]; local
    [all...]
  /external/skia/tests/
ImageTest.cpp 1128 SkColorSpaceTransferFn fn; local
1157 SkColorSpaceTransferFn fn; local
    [all...]
  /external/skqp/tests/
ImageTest.cpp 1217 SkColorSpaceTransferFn fn; local
1246 SkColorSpaceTransferFn fn; local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc 164 [&call_count](std::function<void()> fn) {
166 test::function::FunctionTestSchedClosure(fn);
243 [&call_count](std::function<void()> fn) {
245 test::function::FunctionTestSchedClosure(fn);
974 NameAttrList fn; local
1118 NameAttrList fn; local
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
control_flow_ops_py_test.py 2383 def fn(prev, x): function in function:ControlFlowTest.testWhileGradGradFail
    [all...]
  /external/v8/src/base/
ieee754.cc 221 double z, w, t, r, fn; local
262 fn = static_cast<double>(n);
263 r = t - fn * pio2_1;
264 w = fn * pio2_1t; /* 1st round good to 85 bit */
275 w = fn * pio2_2;
277 w = fn * pio2_2t - ((t - r) - w);
283 w = fn * pio2_3;
285 w = fn * pio2_3t - ((t - r) - w);
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_isel.c 468 return value is after the call. The caller (of this fn) must
1715 void* fn = NULL; local
    [all...]
host_arm_isel.c 502 return value is after the call. The caller (of this fn) must
1578 void* fn = NULL; local
1915 void* fn = NULL; local
    [all...]
host_mips_isel.c 384 return value is after the call. The caller (of this fn) must
1317 void* fn = NULL; local
1733 void* fn = NULL; local
    [all...]
host_x86_isel.c 385 /* Complication. Need to decide which reg to use as the fn address
423 return value is after the call. The caller (of this fn) must
1403 Addr fn = (Addr)h_generic_calc_GetMSBs8x8; local
2090 HWord fn = 0; \/* helper fn for most SIMD64 stuff *\/ local
3274 HWord fn = 0; \/* address of helper fn, if required *\/ local
    [all...]
host_amd64_isel.c 423 return value is after the call. The caller (of this fn) must
915 HWord fn = 0; local
3122 HWord fn = 0; \/* address of helper fn, if required *\/ local
3739 HWord fn = 0; \/* address of helper fn, if required *\/ local
    [all...]
  /external/valgrind/cachegrind/
cg_main.c 100 const HChar* fn; member in struct:__anon42128
114 // First compare file, then fn, then line.
125 res = VG_(strcmp)(a->fn, b->fn);
211 const HChar **file, const HChar **fn, UInt* line)
218 Bool found_fn = VG_(get_fnname)(instr_addr, fn);
225 *fn = "???";
237 // Do a three step traversal: by file, then fn, then line.
241 const HChar *fn, *file, *dir; local
246 get_debug_info(origAddr, &dir, &file, &fn, &line)
    [all...]
  /external/vixl/test/aarch64/
test-simulator-aarch64.cc 140 const FPRegister& fn);
142 const FPRegister& fn,
145 const FPRegister& fn,
148 typedef void (MacroAssembler::*TestFPCmpHelper_t)(const FPRegister& fn,
150 typedef void (MacroAssembler::*TestFPCmpZeroHelper_t)(const FPRegister& fn,
153 const FPRegister& fn);
155 const FPRegister& fn,
221 FPRegister fn = (n_size == kDRegSize) ? d1 : s1; local
229 __ Ldr(fn, MemOperand(inputs_base, index_n, UXTW, n_index_shift));
233 (masm.*helper)(fd, fn);
342 FPRegister fn = double_op ? d1 : s1; local
476 FPRegister fn = double_op ? d1 : s1; local
624 FPRegister fn = double_op ? d1 : s1; local
762 FPRegister fn = double_op ? d1 : s1; local
889 FPRegister fn = (n_size == kDRegSize) ? d1 : s1; local
941 FPRegister fn = (n_size == kDRegSize) ? d1 : s1; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlibint.h 1250 XConnectionWatchProc fn; member in struct:_XConnWatchInfo
    [all...]
  /external/blktrace/
blktrace.c 1081 char fn[MAXPATHLEN + 64], tmp[256]; local
1083 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path,
1086 fd = my_open(fn, O_RDONLY);
1094 fn, errno, strerror(errno));
1098 fn, errno, strerror(errno));
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 526 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD);
529 CGM.SetInternalFunctionAttributes(OMD, Fn, FI);
539 StartFunction(OMD, OMD->getReturnType(), Fn, FI, args,
592 llvm::Value *fn = CGF.CGM.getObjCRuntime().GetGetStructFunction(); local
594 fn, ReturnValueSlot(), args);
1784 llvm::Constant *&fn = CGM.getObjCEntrypoints().clang_arc_use; local
1800 llvm::Constant *fn = CGM.CreateRuntimeFunction(type, fnName); local
2098 llvm::Constant *&fn = CGM.getObjCEntrypoints().objc_storeStrong; local
2256 llvm::Constant *&fn = CGM.getObjCEntrypoints().objc_destroyWeak; local
2290 llvm::Constant *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; local
2305 llvm::Constant *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPop; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 1466 const char *fn = stream->config.out_fn; local
    [all...]
  /external/libxml2/
valid.c 677 xmlChar fn[50]; local
680 fullname = xmlBuildQName(content->name, content->prefix, fn, 50);
709 if ((fullname != fn) && (fullname != content->name))
3999 xmlChar fn[50]; local
4084 xmlChar fn[50]; local
4393 xmlChar fn[50]; local
4570 xmlChar fn[50]; local
5327 xmlChar fn[50]; local
6102 xmlChar fn[50]; local
6369 xmlChar fn[50]; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 5712 ir_function *fn = state->subroutine_types[i]; local
    [all...]
  /external/mksh/src/
funcs.c 3466 const char *fn = "<stdin>"; local
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 1786 CvFileNode* fn = NULL; local
    [all...]
  /external/pcre/dist2/src/
pcre2grep.c 559 free_file_chain(fnstr *fn)
561 while (fn != NULL)
563 fnstr *f = fn;
564 fn = f->next;
2940 fnstr *fn; local
    [all...]
  /external/v8/src/
assembler.cc 1693 const Runtime::Function* fn = Runtime::FunctionForEntry(reference.address()); local
    [all...]
  /external/valgrind/callgrind/
global.h 292 fn_node* fn; /* debug info for this BB */ member in struct:_BB
317 * the call chain to the current context: I.e. fn[0] is the
318 * function we are currently in, fn[1] has called fn[0], and so on.
319 * Recursion levels are used for fn[0].
322 * rec_index = min(<fn->rec_separation>,<active>) - 1;
332 fn_node* fn[0]; member in struct:_Context
613 fn_node* fn; member in struct:_FnPos
707 /* from fn.c */
754 Context* CLG_(get_cxt)(fn_node** fn);
    [all...]

Completed in 1250 milliseconds

<<11121314151617181920>>