HomeSort by relevance Sort by last modified time
    Searched refs:FUNCTION_NAME (Results 1 - 22 of 22) sorted by null

  /external/llvm/test/MC/X86/
intel-syntax-directional-label.s 5 .globl FUNCTION_NAME
6 .private_extern FUNCTION_NAME
7 FUNCTION_NAME:
  /external/compiler-rt/test/builtins/timing/
ashldi3.c 6 #define FUNCTION_NAME __ashldi3
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
36 FUNCTION_NAME(fixedInput, input[i]);
ashrdi3.c 6 #define FUNCTION_NAME __ashrdi3
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
36 FUNCTION_NAME(fixedInput, input[i]);
floatdidf.c 6 #define FUNCTION_NAME __floatdidf
16 double FUNCTION_NAME(INPUT_TYPE x);
34 FUNCTION_NAME(input[i]);
floatdisf.c 6 #define FUNCTION_NAME __floatdisf
16 float FUNCTION_NAME(INPUT_TYPE x);
34 FUNCTION_NAME(input[i]);
floatdixf.c 6 #define FUNCTION_NAME __floatdixf
16 long double FUNCTION_NAME(INPUT_TYPE x);
34 FUNCTION_NAME(input[i]);
floatundisf.c 6 #define FUNCTION_NAME __floatundisf
16 float FUNCTION_NAME(INPUT_TYPE x);
34 FUNCTION_NAME(input[i]);
floatundixf.c 6 #define FUNCTION_NAME __floatundixf
16 long double FUNCTION_NAME(INPUT_TYPE x);
34 FUNCTION_NAME(input[i]);
lshrdi3.c 6 #define FUNCTION_NAME __lshrdi3
16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
36 FUNCTION_NAME(fixedInput, input[i]);
negdi2.c 6 #define FUNCTION_NAME __negdi2
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input);
37 FUNCTION_NAME(input[i]);
divdi3.c 6 #define FUNCTION_NAME __divdi3
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]);
moddi3.c 6 #define FUNCTION_NAME __moddi3
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]);
modsi3.c 6 #define FUNCTION_NAME __modsi3
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]);
muldi3.c 6 #define FUNCTION_NAME __muldi3
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]);
udivdi3.c 6 #define FUNCTION_NAME __udivdi3
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]);
umoddi3.c 6 #define FUNCTION_NAME __umoddi3
16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
39 FUNCTION_NAME(input1[i], input2[i]);
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
javascripttokens.py 46 FUNCTION_NAME = 'function functionName(...)'
javascripttokenizer.py 316 Matcher(IDENTIFIER, Type.FUNCTION_NAME)],
statetracker.py 914 while next_token and next_token.IsType(Type.FUNCTION_NAME):
916 next_token = tokenutil.Search(next_token, Type.FUNCTION_NAME, 2)
javascriptlintrules.py 414 Type.FUNCTION_NAME)
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 559 #define SAMPLE_REGISTER_ADV_BLEND(FUNCTION_NAME) \
569 const float r = FUNCTION_NAME(srcColor[0], dstColor[0])*p0 + bias[0]; \
570 const float g = FUNCTION_NAME(srcColor[1], dstColor[1])*p0 + bias[1]; \
571 const float b = FUNCTION_NAME(srcColor[2], dstColor[2])*p0 + bias[2]; \
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 70 #define FUNCTION_NAME \
    [all...]

Completed in 323 milliseconds