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

  /bionic/libc/kernel/uapi/linux/mmc/
ioctl.h 23 int write_flag; member in struct:mmc_ioc_cmd
  /external/kernel-headers/original/uapi/linux/mmc/
ioctl.h 12 int write_flag; member in struct:mmc_ioc_cmd
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 356 WriteFlag write_flag = GetWriteFlag(context); local
358 return SignalContext(context, addr, pc, sp, bp, is_memory_access, write_flag);
sanitizer_win.cc 832 WriteFlag write_flag = SignalContext::UNKNOWN; local
834 case 0: write_flag = SignalContext::READ; break;
835 case 1: write_flag = SignalContext::WRITE; break;
836 case 8: write_flag = SignalContext::UNKNOWN; break;
838 bool is_memory_access = write_flag != SignalContext::UNKNOWN;
840 write_flag);
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-7.c 140 debug(DBG_DEBUG, "%s:%d: write_flag = %s (%d)\n", s, l,
147 //debug(DBG_DEBUG, "%s:%d: write_flag = %d\n", s, l, new_flag);
154 #define write_flag(A) _write_flag(__FUNCTION__,__LINE__,A) macro
168 write_flag(MED_START_WORK);
200 write_flag(HIGH_GRAB_MUTEX);
204 write_flag(HIGH_GRAB_MUTEX);
233 write_flag(LOW_START_CYCLE);
239 write_flag(LOW_DROP_MUTEX);
244 write_flag(END_OF_CYCLE);
259 write_flag(END_OF_GAME)
    [all...]
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_call.c 69 /* id_write_flag is name of the attribute used to access the write_flag
341 write_flag = call.write_flag
343 Gets the write_flag value saved the call. */
350 call.write_flag = write_flag
352 Saves the write_flag on the call. */
353 static VALUE grpc_rb_call_set_write_flag(VALUE self, VALUE write_flag) {
354 if (!NIL_P(write_flag) && TYPE(write_flag) != T_FIXNUM)
623 unsigned write_flag; member in struct:run_batch_stack
819 unsigned write_flag = 0; local
    [all...]
  /external/libxaac/test/
ixheaacd_main.c 811 WORD32 write_flag = 1; local
    [all...]

Completed in 1580 milliseconds