HomeSort by relevance Sort by last modified time
    Searched full:fnname (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/valgrind/exp-sgcheck/
h_intercepts.c 48 #define STRRCHR(soname, fnname) \
49 char* VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* s, int c ); \
50 char* VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* s, int c ) \
76 #define STRCHR(soname, fnname) \
77 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ); \
78 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ) \
106 #define STRNLEN(soname, fnname) \
107 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \
108 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \
122 #define STRLEN(soname, fnname) \
    [all...]
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 225 /* Generate a replacement for 'fnname' in object 'soname', which calls
228 #define ALLOC_or_NULL(soname, fnname, vg_replacement) \
230 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \
231 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \
237 MALLOC_TRACE(#fnname "(%llu)", (ULong)n ); \
244 #define ZONEALLOC_or_NULL(soname, fnname, vg_replacement) \
246 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \
247 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \
254 MALLOC_TRACE(#fnname "(%p, %llu)", zone, (ULong)n ); \
262 /* Generate a replacement for 'fnname' in object 'soname', which call
    [all...]
  /external/valgrind/shared/
vg_replace_strmem.c 182 #define STRRCHR(soname, fnname) \
183 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ); \
184 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ) \
230 #define STRCHR(soname, fnname) \
231 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ); \
232 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ) \
279 #define STRCAT(soname, fnname) \
280 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
282 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
318 #define STRNCAT(soname, fnname) \
    [all...]
  /external/icu/icu4c/source/test/cintltst/
tracetst.c 116 const char *fnName;
123 fnName = utrace_functionName(fnNumber);
124 if (strcmp(fnName, bogusFnName) == 0) {
127 /* printf("%s() Enter\n", fnName); */
134 const char *fnName;
141 fnName = utrace_functionName(fnNumber);
142 if (strcmp(fnName, bogusFnName) == 0) {
153 /* printf("%s() %s\n", fnName, buf); */
160 const char *fnName;
167 fnName = utrace_functionName(fnNumber)
    [all...]
  /external/valgrind/callgrind/
fn.c 341 fn_node* new_fn_node(const HChar *fnname,
346 fn->name = VG_(strdup)("cl.fn.nfnnd.2", fnname);
385 const HChar *fnname)
393 fnname_hash = str_hash(fnname, N_FN_ENTRIES);
396 VG_(strcmp)(fnname, curr_fn_node->name) != 0) {
401 new_fn_node(fnname, curr_file_node,
416 const HChar *fnname)
420 fn_node *fn = get_fn_node_infile(file, fnname);
490 const HChar *fnname, *filename, *dirname; local
504 &dirname, &filename, &fnname, &line_num, &di)
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-arm.c 146 const HChar *fnname; local
152 if (VG_(get_fnname_raw) (pc | 1, &fnname)) {
153 if (VG_(lookup_symbol_SLOW)( "*", fnname, &avmas )) {
154 dlog (1, "fnname %s lookupsym %p => %p %s.\n",
155 fnname, C2v(avmas.main), C2v(pc),
163 dlog (1, "%p fnname %s lookupsym failed?. Assume arm\n",
164 C2v (pc), fnname);
169 dlog (1, "%p unknown fnname?. Assume arm\n", C2v (pc));
  /external/valgrind/lackey/docs/
lk-manual.xml 46 <option>--fnname</option> option (the default is
124 <varlistentry id="opt.fnname" xreflabel="--fnname">
126 <option><![CDATA[--fnname=<name> [default: main] ]]></option>
  /external/clang/utils/ABITest/
ABITestGen.py 92 fnName = 'test_%s' % tyNameClean
94 print >>self.output,'void %s(void) {' % fnName
95 self.printSizeOfType(' %s'%fnName, tyName, ty, self.output)
96 self.printAlignOfType(' %s'%fnName, tyName, ty, self.output)
97 self.printOffsetsOfType(' %s'%fnName, tyName, ty, self.output)
101 self.layoutTests.append((i,fnName))
116 fnName = 'fn%d'%(FT.index,)
118 print >>self.outputHeader,'%s %s(%s);'%(retvalTypeName, fnName, args)
120 print >>self.outputTests,'%s %s(%s);'%(retvalTypeName, fnName, args)
122 print >>self.output,'%s %s(%s)'%(retvalTypeName, fnName, args)
    [all...]
  /external/opencv3/modules/core/src/opencl/runtime/
opencl_clamdblas.cpp 118 void* func = CV_CL_GET_PROC_ADDRESS(e->fnName);
122 cv::format("OpenCL AMD BLAS function is not available: [%s]", e->fnName),
opencl_clamdfft.cpp 118 void* func = CV_CL_GET_PROC_ADDRESS(e->fnName);
122 cv::format("OpenCL AMD FFT function is not available: [%s]", e->fnName),
runtime_common.hpp 49 const char* fnName; // "clCreateContext"
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 519 std::string FnName;
528 FnName = IdentifierStr;
536 FnName = "unary";
537 FnName += (char)CurTok;
545 FnName = "binary";
546 FnName += (char)CurTok;
576 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
657 Function *getFunction(const std::string FnName);
730 Function *MCJITHelper::getFunction(const std::string FnName) {
735 Function *F = (*it)->getFunction(FnName);
    [all...]
  /external/valgrind/include/
pub_tool_redir.h 88 VG_REPLACE_FUNCTION_ZU(zEncodedSoname,fnname) ( .. args .. )
94 Z-encoding details) and fnname should be an unencoded fn name. A
120 if necessary the fnname. They are encoded so that they may include
125 'fnname' in any object whose soname matches 'soname' to actually be
150 VG_REPLACE_FUNCTION_EZU(5-digit-tag,zEncodedSoname,fnname)
198 /* Use an extra level of macroisation so as to ensure the soname/fnname
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 517 std::string FnName;
526 FnName = IdentifierStr;
534 FnName = "unary";
535 FnName += (char)CurTok;
543 FnName = "binary";
544 FnName += (char)CurTok;
574 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
655 Function *getFunction(const std::string FnName);
720 Function *MCJITHelper::getFunction(const std::string FnName) {
725 Function *F = (*it)->getFunction(FnName);
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 555 std::string FnName;
564 FnName = IdentifierStr;
572 FnName = "unary";
573 FnName += (char)CurTok;
581 FnName = "binary";
582 FnName += (char)CurTok;
612 return llvm::make_unique<PrototypeAST>(FnName, std::move(ArgNames), Kind != 0,
770 std::string FnName = MakeLegalFunctionName(std::string("unary")+Opcode);
771 if (Function *F = C.getPrototype(FnName))
816 std::string FnName = MakeLegalFunctionName(std::string("binary")+Op)
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 555 std::string FnName;
564 FnName = IdentifierStr;
572 FnName = "unary";
573 FnName += (char)CurTok;
581 FnName = "binary";
582 FnName += (char)CurTok;
612 return llvm::make_unique<PrototypeAST>(FnName, std::move(ArgNames), Kind != 0,
770 std::string FnName = MakeLegalFunctionName(std::string("unary")+Opcode);
771 if (Function *F = C.getPrototype(FnName))
816 std::string FnName = MakeLegalFunctionName(std::string("binary")+Op)
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 555 std::string FnName;
564 FnName = IdentifierStr;
572 FnName = "unary";
573 FnName += (char)CurTok;
581 FnName = "binary";
582 FnName += (char)CurTok;
612 return llvm::make_unique<PrototypeAST>(FnName, std::move(ArgNames), Kind != 0,
770 std::string FnName = MakeLegalFunctionName(std::string("unary")+Opcode);
771 if (Function *F = C.getPrototype(FnName))
816 std::string FnName = MakeLegalFunctionName(std::string("binary")+Op)
    [all...]
  /external/llvm/lib/Analysis/
DomPrinter.cpp 11 // a dom.<fnname>.dot or postdom.<fnname>.dot file for each function in the
CallPrinter.cpp 10 // This file defines '-dot-callgraph', which emit a callgraph.<fnname>.dot
  /prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go 136 fnName string
147 f.Badf(token.NoPos, "%s:%d: [%s] %s: RET without writing to %d-byte ret+%d(FP)", f.name, line, arch, fnName, v.size, v.off)
156 f.Badf(token.NoPos, "%s:%d: [%s] %s: %s", f.name, lineno, arch, fnName, fmt.Sprintf(format, args...))
181 fnName = m[1]
196 if fn == nil && !strings.Contains(fnName, "<>") {
197 badf("function %s missing Go declaration", fnName)
206 fnName = ""
214 if fnName == "" {
  /prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go 136 fnName string
147 f.Badf(token.NoPos, "%s:%d: [%s] %s: RET without writing to %d-byte ret+%d(FP)", f.name, line, arch, fnName, v.size, v.off)
156 f.Badf(token.NoPos, "%s:%d: [%s] %s: %s", f.name, lineno, arch, fnName, fmt.Sprintf(format, args...))
181 fnName = m[1]
196 if fn == nil && !strings.Contains(fnName, "<>") {
197 badf("function %s missing Go declaration", fnName)
206 fnName = ""
214 if fnName == "" {
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 559 std::string FnName;
568 FnName = IdentifierStr;
576 FnName = "unary";
577 FnName += (char)CurTok;
585 FnName = "binary";
586 FnName += (char)CurTok;
616 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
781 virtual Function *getFunction(const std::string FnName) = 0;
807 Function *getFunction(const std::string FnName);
887 Function *MCJITHelper::getFunction(const std::string FnName) {
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 540 std::string FnName;
549 FnName = IdentifierStr;
557 FnName = "unary";
558 FnName += (char)CurTok;
566 FnName = "binary";
567 FnName += (char)CurTok;
597 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
744 Function *getFunction(const std::string FnName);
819 Function *MCJITHelper::getFunction(const std::string FnName) {
824 Function *F = (*it)->getFunction(FnName);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 835 #define MAKE_BFP_SAD_WRAPPER(fnname) \
836 static unsigned int fnname##_bits8(const uint8_t *src_ptr, \
840 return fnname(src_ptr, source_stride, ref_ptr, ref_stride); \
842 static unsigned int fnname##_bits10(const uint8_t *src_ptr, \
846 return fnname(src_ptr, source_stride, ref_ptr, ref_stride) >> 2; \
848 static unsigned int fnname##_bits12(const uint8_t *src_ptr, \
852 return fnname(src_ptr, source_stride, ref_ptr, ref_stride) >> 4; \
855 #define MAKE_BFP_SADAVG_WRAPPER(fnname) static unsigned int \
856 fnname##_bits8(const uint8_t *src_ptr, \
861 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred);
    [all...]

Completed in 1118 milliseconds

1 2 3 4