Home
last modified time | relevance | path

Searched refs:ncmds (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/vulkan/overlay-layer/
Dmesa-overlay-control.py85 def readCmd(self, ncmds, timeout=TIMEOUT): argument
96 while remaining > 0 and ncmds > 0:
127 ncmds -= 1
128 if ncmds == 0:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h497 uint32_t ncmds; member
507 uint32_t ncmds; member
998 sys::swapByteOrder(mh.ncmds); in swapStruct()
1008 sys::swapByteOrder(H.ncmds); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp77 Header.ncmds = Obj.Header.ncmds; in writeHeader()
DMachOYAML.cpp89 IO.mapRequired("ncmds", FileHdr.ncmds); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h506 uint32_t ncmds; member
516 uint32_t ncmds; member
1029 sys::swapByteOrder(mh.ncmds); in swapStruct()
1039 sys::swapByteOrder(H.ncmds); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h51 uint32_t ncmds; member
/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc481 uint32_t ncmds; member
531 header->ncmds = 1; in WriteHeader()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs565 pub ncmds: u32,
579 pub ncmds: u32,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4307 pub fn cap_ioctls_limit(fd: ::c_int, cmds: *const u_long, ncmds: usize) -> ::c_int; in cap_ioctls_limit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1291 uint32_t LoadCommandCount = getHeader().ncmds; in MachOObjectFile()