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

  /external/mesa3d/src/mesa/x86/
x86_xform.c 76 GLubyte *or_mask,
  /system/core/libcutils/tests/
MemsetTest.cpp 91 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) {
98 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 104 uint8_t *getAlignedMemory(uint8_t *orig_ptr, int alignment, int or_mask) {
112 ptr |= alignment | or_mask;
121 uint8_t *allocateAlignedMemory(size_t size, int alignment, int or_mask) {
125 return getAlignedMemory((uint8_t*)ptr, alignment, or_mask);
173 uint8_t *getColdBuffer(int num_buffers, size_t incr, int alignment, int or_mask) {
178 return getAlignedMemory(buffers, alignment, or_mask);
611 printf(" [--src_align ALIGN] [--src_or_mask OR_MASK]\n");
612 printf(" [--dst_align ALIGN] [--dst_or_mask OR_MASK]\n");
627 printf(" --dst_or_mask OR_MASK\n");
628 printf(" If the command supports it, or in the OR_MASK on to the destination pointer.\n")
    [all...]
  /external/v8/src/crankshaft/
hydrogen-bch.cc 322 decomposition.or_mask);
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h 3156 int32_t or_mask; member in struct:final::final::BitwiseDecompositionResult
    [all...]

Completed in 1803 milliseconds