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

  /external/e2fsprogs/misc/
uuidd.c 147 int op_len; local
183 op_len = 1;
186 op_len += sizeof(int);
189 ret = write_all(s, op_buf, op_len);
190 if (ret < op_len) {
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
LpcLib.h 90 UINT32 op_len:5; member in struct:__anon2796::__anon2797
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 500 int op_len; local
540 op_len = 1;
543 op_len += sizeof(*num);
547 ret = write(s, op_buf, op_len);
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.cpp 152 uint8_t op_len = debug_line_data.getU8(offset_ptr); local
153 prologue->StandardOpcodeLengths.push_back(op_len);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 96 uint8_t op_len = debug_line_data.getU8(offset_ptr); local
97 StandardOpcodeLengths.push_back(op_len);
  /external/iproute2/lib/
bpf.c 223 size_t tmp_len, op_len = sizeof("65535 255 255 4294967295,"); local
228 tmp_len = sizeof("4096,") + BPF_MAXINSNS * op_len;
    [all...]

Completed in 242 milliseconds