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

  /external/capstone/bindings/python/capstone/
__init__.py 230 _cs = None variable
246 _cs = _load_lib(_path) variable
247 if _cs is not None: break
316 _setup_prototype(_cs, "cs_open", ctypes.c_int, ctypes.c_uint, ctypes.c_uint, ctypes.POINTER(ctypes.c_size_t))
317 _setup_prototype(_cs, "cs_disasm", ctypes.c_size_t, ctypes.c_size_t, ctypes.POINTER(ctypes.c_char), ctypes.c_size_t, \
319 _setup_prototype(_cs, "cs_free", None, ctypes.c_void_p, ctypes.c_size_t)
320 _setup_prototype(_cs, "cs_close", ctypes.c_int, ctypes.POINTER(ctypes.c_size_t))
321 _setup_prototype(_cs, "cs_reg_name", ctypes.c_char_p, ctypes.c_size_t, ctypes.c_uint)
322 _setup_prototype(_cs, "cs_insn_name", ctypes.c_char_p, ctypes.c_size_t, ctypes.c_uint)
323 _setup_prototype(_cs, "cs_group_name", ctypes.c_char_p, ctypes.c_size_t, ctypes.c_uint
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.h 16 NWindows::NSynchronization::CCriticalSection _cs; member in class:CProgressSync
27 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
32 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
37 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
42 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
47 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
53 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
58 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
ProgressDialog2.h 54 NWindows::NSynchronization::CCriticalSection _cs; member in class:CProgressSync
60 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
65 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
72 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
78 NWindows::NSynchronization::CCriticalSectionLock lock(_cs);
ProgressDialog2.cpp 86 #define CRITICAL_LOCK NSynchronization::CCriticalSectionLock lock(_cs);
685 NSynchronization::CCriticalSectionLock lock(Sync._cs);
981 NSynchronization::CCriticalSectionLock lock(Sync._cs);
1158 NSynchronization::CCriticalSectionLock lock(Sync._cs);
1299 NSynchronization::CCriticalSectionLock lock(sync._cs);
  /development/vndk/tools/sourcedr/sourcedr/
review_db.py 19 self._cs = codesearch
34 raw_grep = self._cs.raw_grep(pattern)
37 processed += self._cs.process_grep(raw_grep, pattern, is_regex)
44 raw_grep = self._cs.raw_grep(pattern)
47 processed = self._cs.process_grep(raw_grep, pattern, is_regex)
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.cc 43 _cs = CriticalSectionWrapper::CreateCriticalSection();
88 if(_cs)
90 delete _cs;
230 _cs->Enter();
235 _cs->Leave();
241 _readyForDeletionCond->SleepCS(*_cs);
245 _cs->Leave();
250 _cs->Enter();
253 _cs->Leave();
262 _closeBlockingCompletedCond->SleepCS(*_cs);
    [all...]
udp_socket_posix.h 88 CriticalSectionWrapper* _cs; member in class:webrtc::test::UdpSocketPosix
  /external/syslinux/gpxe/src/drivers/infiniband/
linda.h 242 #define LINDA_EPB_LOC( _cs, _channel, _element, _reg) \
243 ( ( (_cs) << 16 ) | LINDA_EPB_ADDRESS ( _channel, _element, _reg ) )
  /external/capstone/suite/
test_group_name.py 16 from capstone import _cs
30 res = _cs.cs_group_name(cap.csh, group_id)
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_cs.c 207 static void radv_amdgpu_cs_grow(struct radeon_winsys_cs *_cs, size_t min_size)
209 struct radv_amdgpu_cs *cs = radv_amdgpu_cs(_cs);
290 static bool radv_amdgpu_cs_finalize(struct radeon_winsys_cs *_cs)
292 struct radv_amdgpu_cs *cs = radv_amdgpu_cs(_cs);
306 static void radv_amdgpu_cs_reset(struct radeon_winsys_cs *_cs)
308 struct radv_amdgpu_cs *cs = radv_amdgpu_cs(_cs);
383 static void radv_amdgpu_cs_add_buffer(struct radeon_winsys_cs *_cs,
387 struct radv_amdgpu_cs *cs = radv_amdgpu_cs(_cs);
780 static void *radv_amdgpu_winsys_get_cpu_addr(void *_cs, uint64_t addr)
782 struct radv_amdgpu_cs *cs = (struct radv_amdgpu_cs *)_cs;
    [all...]
  /external/capstone/bindings/python/pyx/
ccapstone.pyx 248 cdef object _cs
250 def __cinit__(self, _cs):
256 self._csh = <cc.csh> _cs.csh.value
257 self._cs = _cs
273 detail = self._cs.detail
274 arch = self._cs.arch
  /external/capstone/bindings/java/capstone/
Capstone.java 119 public CsInsn (_cs_insn insn, int _arch, NativeLong _csh, CS _cs, boolean diet) {
133 cs = _cs;
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 368 be64 _cs; local
370 os_memcpy(&_cs, cs_id, CS_ID_LEN);
371 cs = be_to_host64(_cs);
    [all...]

Completed in 594 milliseconds