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

  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
x86_xform.c 76 GLubyte *or_mask,
  /external/mesa3d/src/mesa/x86/
x86_xform.c 76 GLubyte *or_mask,
  /system/core/libcutils/tests/
MemsetTest.cpp 89 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) {
96 ptr |= alignment | or_mask;
  /bionic/tests/
buffer_tests.cpp 195 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) {
202 ptr |= alignment | or_mask;
  /system/extras/micro_bench/
micro_bench.cpp 96 uint8_t *getAlignedMemory(uint8_t *orig_ptr, int alignment, int or_mask) {
103 ptr |= alignment | or_mask;
112 uint8_t *allocateAlignedMemory(size_t size, int alignment, int or_mask) {
116 return getAlignedMemory((uint8_t*)ptr, alignment, or_mask);
164 uint8_t *getColdBuffer(int num_buffers, size_t incr, int alignment, int or_mask) {
169 return getAlignedMemory(buffers, alignment, or_mask);
598 printf(" [--src_align ALIGN] [--src_or_mask OR_MASK]\n");
599 printf(" [--dst_align ALIGN] [--dst_or_mask OR_MASK]\n");
614 printf(" --dst_or_mask OR_MASK\n");
615 printf(" If the command supports it, or in the OR_MASK on to the destination pointer.\n")
    [all...]
  /external/chromium_org/v8/src/
hydrogen-bch.cc 323 decomposition.or_mask);
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h 3164 int32_t or_mask; member in struct:v8::FINAL::FINAL::BitwiseDecompositionResult
    [all...]

Completed in 209 milliseconds