HomeSort by relevance Sort by last modified time
    Searched refs:func1 (Results 76 - 84 of 84) sorted by null

1 2 34

  /external/llvm/test/MC/ARM/
eh-directive-multiple-offsets.s 12 .globl func1
13 .type func1,%function
16 func1: label
eh-directive-pad.s 22 .globl func1
24 .type func1,%function
26 func1: label
eh-directive-setfp.s 29 .globl func1
31 .type func1,%function
33 func1: label
  /external/jemalloc/test/src/
SFMT.c 127 JEMALLOC_INLINE_C uint32_t func1(uint32_t x);
366 static uint32_t func1(uint32_t x) { function
671 r = func1(psfmt32[idxof(0)] ^ psfmt32[idxof(mid)]
680 r = func1(psfmt32[idxof(i)] ^ psfmt32[idxof((i + mid) % N32)]
689 r = func1(psfmt32[idxof(i)] ^ psfmt32[idxof((i + mid) % N32)]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 833 static int func1() EXCLUSIVE_LOCKS_REQUIRED(mu1_);
841 int Bar::func1() function in class:thread_annot_lock_20::Bar
930 void func1(int y) LOCKS_EXCLUDED(mu_);
940 foo->func1(5);
1151 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1158 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1167 b->func1();
1172 c->func1();
4361 auto func1 = [this]() EXCLUSIVE_LOCKS_REQUIRED(mu_) { local
    [all...]
  /external/llvm/test/MC/Mips/
nacl-mask.s 234 jal func1
295 jal func1
  /external/opencv/cv/src/
cvcolor.cpp 2246 CvColorCvtFunc1 func1 = 0; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 1491 v8::Local<v8::Function> func1 = func_template->GetFunction(); local
    [all...]
test-api.cc 20067 Local<Function> func1; local
    [all...]

Completed in 409 milliseconds

1 2 34