HomeSort by relevance Sort by last modified time
    Searched defs:value (Results 201 - 225 of 13125) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/CodeGen/SystemZ/Large/
branch-range-09.py 95 value = a % 256 variable
97 print ' store volatile i8 %d, i8 *%%ptr%d' % (value, i)
branch-range-10.py 99 value = a % 256 variable
101 print ' store volatile i8 %d, i8 *%%ptr%d' % (value, i)
branch-range-11.py 115 value = a % 256 variable
117 print ' store volatile i8 %d, i8 *%%ptr%d' % (value, i)
branch-range-12.py 115 value = a % 256 variable
117 print ' store volatile i8 %d, i8 *%%ptr%d' % (value, i)
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
5-1-buildonly.c 17 struct timespec value; local
20 value = t.it_value;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
3-1.c 15 value of the sig parameter is 0.
64 union sigval value; local
65 value.sival_int = 0; /* 0 is just an arbitrary value */
77 if (sigqueue(1, 0, value) != -1) {
  /external/mesa3d/src/mesa/main/tests/
enum_strings.cpp 32 int value; member in struct:enum_info
42 _mesa_enum_to_string(everything[i].value));
  /external/oj-libjdwp/src/share/back/
StringReferenceImpl.c 32 value(PacketInputStream *in, PacketOutputStream *out) function
58 ,(void *)value};
  /external/pdfium/fxjs/xfa/
cjx_color.cpp 33 void CJX_Color::value(CFXJSE_Value* pValue, function in class:CJX_Color
cjx_date.cpp 33 void CJX_Date::value(CFXJSE_Value* pValue, function in class:CJX_Date
cjx_datetime.cpp 33 void CJX_DateTime::value(CFXJSE_Value* pValue, function in class:CJX_DateTime
cjx_float.cpp 33 void CJX_Float::value(CFXJSE_Value* pValue, function in class:CJX_Float
cjx_integer.cpp 33 void CJX_Integer::value(CFXJSE_Value* pValue, function in class:CJX_Integer
cjx_picture.cpp 33 void CJX_Picture::value(CFXJSE_Value* pValue, function in class:CJX_Picture
cjx_textnode.cpp 22 void CJX_TextNode::value(CFXJSE_Value* pValue, function in class:CJX_TextNode
cjx_time.cpp 33 void CJX_Time::value(CFXJSE_Value* pValue, function in class:CJX_Time
  /external/proguard/src/proguard/evaluation/value/
DetailedValueFactory.java 21 package proguard.evaluation.value;
26 * This identified value factory creates array reference values that also
  /external/skia/tests/
SkSharedMutexTest.cpp 27 int value = 0; local
46 value += 1;
48 shared[i] = value;
  /external/skqp/tests/
SkSharedMutexTest.cpp 27 int value = 0; local
46 value += 1;
48 shared[i] = value;
  /external/tensorflow/tensorflow/core/util/
matmul_autotune.cc 24 bool value; local
26 ReadBoolFromEnvVar("TF_MATMUL_AUTOTUNE_ENABLE", false, &value);
30 return value;
34 bool value; local
44 ReadBoolFromEnvVar("TF_FP16_MATMUL_USE_FP32_COMPUTE", true, &value);
48 return value;
  /external/testng/src/main/java/org/testng/annotations/
ExpectedExceptions.java 21 public Class[] value(); method in interface:ExpectedExceptions
  /external/testng/src/test/java/test/dataprovider/
ConstructorInjectionProvider.java 10 private final String value; field in class:ConstructorInjectionProvider
13 public ConstructorInjectionProvider(@Named("test") String value) {
14 this.value = value;
20 new Object[] { value },
FieldInjectionProvider.java 11 private String value; field in class:FieldInjectionProvider
16 new Object[] { value },
  /external/v8/src/crankshaft/
hydrogen-canonicalize.cc 16 // Before removing no-op instructions, save their semantic value.
18 // cannot identify two instructions when their flag value differs.
52 HValue* value = instr->Canonicalize(); local
53 if (value != instr) instr->DeleteAndReplaceWith(value);
  /external/vboot_reference/firmware/lib/cgptlib/
crc32.c 106 uint32_t value = ~0U; local
109 value = crc32_tab[(value ^ byte[i]) & 0xff] ^ (value >> 8);
110 return value ^ ~0U;

Completed in 753 milliseconds

1 2 3 4 5 6 7 891011>>