HomeSort by relevance Sort by last modified time
    Searched defs:tsc (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_nw.c 135 unsigned long tsc; local
161 mov tsc, eax local
164 asm volatile("rdtsc":"=a"(tsc)::"edx");
167 RAND_add(&tsc, sizeof(tsc), 1);
  /external/openssl/crypto/rand/
rand_nw.c 135 unsigned long tsc; local
161 mov tsc, eax local
164 asm volatile("rdtsc":"=a"(tsc)::"edx");
167 RAND_add(&tsc, sizeof(tsc), 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 9 uint32_t tsc[8]; member in struct:nv50_tsc_entry
nv50_tex.c 294 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]); local
296 if (!tsc) {
301 if (tsc->id < 0) {
302 tsc->id = nv50_screen_tsc_alloc(nv50->screen, tsc);
305 65536 + tsc->id * 32,
306 NOUVEAU_BO_VRAM, 32, tsc->tsc);
309 nv50->screen->tsc.lock[tsc->id / 32] |= 1 << (tsc->id % 32)
    [all...]
nv50_screen.h 33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
58 } tsc; member in struct:nv50_screen
125 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc)
127 if (tsc->id >= 0)
128 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
141 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc)
143 if (tsc->id >= 0) {
144 screen->tsc.entries[tsc->id] = NULL
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 9 uint32_t tsc[8]; member in struct:nv50_tsc_entry
nv50_tex.c 294 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]); local
296 if (!tsc) {
301 if (tsc->id < 0) {
302 tsc->id = nv50_screen_tsc_alloc(nv50->screen, tsc);
305 65536 + tsc->id * 32,
306 NOUVEAU_BO_VRAM, 32, tsc->tsc);
309 nv50->screen->tsc.lock[tsc->id / 32] |= 1 << (tsc->id % 32)
    [all...]
nv50_screen.h 33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
58 } tsc; member in struct:nv50_screen
125 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc)
127 if (tsc->id >= 0)
128 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
141 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc)
143 if (tsc->id >= 0) {
144 screen->tsc.entries[tsc->id] = NULL
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_tex.c 364 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); local
368 if (!tsc) {
372 if (tsc->id < 0) {
373 tsc->id = nvc0_screen_tsc_alloc(nvc0->screen, tsc);
376 65536 + tsc->id * 32, NOUVEAU_BO_VRAM,
377 32, tsc->tsc);
380 nvc0->screen->tsc.lock[tsc->id / 32] |= 1 << (tsc->id % 32)
407 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); local
    [all...]
nvc0_screen.h 34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
54 } tsc; member in struct:nvc0_screen
124 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc)
126 if (tsc->id >= 0)
127 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
140 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc)
142 if (tsc->id >= 0) {
143 screen->tsc.entries[tsc->id] = NULL
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 364 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); local
368 if (!tsc) {
372 if (tsc->id < 0) {
373 tsc->id = nvc0_screen_tsc_alloc(nvc0->screen, tsc);
376 65536 + tsc->id * 32, NOUVEAU_BO_VRAM,
377 32, tsc->tsc);
380 nvc0->screen->tsc.lock[tsc->id / 32] |= 1 << (tsc->id % 32)
407 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); local
    [all...]
nvc0_screen.h 34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
54 } tsc; member in struct:nvc0_screen
124 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc)
126 if (tsc->id >= 0)
127 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
140 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc)
142 if (tsc->id >= 0) {
143 screen->tsc.entries[tsc->id] = NULL
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86.h 159 unsigned int tsc; local
160 __asm__ __volatile__("rdtsc\n\t":"=a"(tsc):);
161 return tsc;
163 unsigned int tsc;
164 asm volatile("rdtsc\n\t":"=a"(tsc):);
165 return tsc;
  /external/stressapptest/src/
os.h 147 uint64 tsc; local
161 tsc = (static_cast<uint64>(tbu) << 32) | static_cast<uint64>(tbl);
165 tsc = data.l64;
168 tsc = 0;
171 tsc = 0;
173 return (tsc);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
mce.h 34 __u64 tsc; /* cpu time stamp counter */ member in struct:mce
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mce.h 34 __u64 tsc; /* cpu time stamp counter */ member in struct:mce
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mce.h 34 __u64 tsc; /* cpu time stamp counter */ member in struct:mce
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 49 uint64_t tsc; member in struct:XRayTraceStackEntry
336 GTSC(se->tsc);
360 uint64_t tsc; local
362 GTSC(tsc);
364 be->start_tick = se->tsc;
365 be->end_tick = tsc;
374 void XRayGetTSC(uint64_t* tsc) {
375 GTSC(*tsc);
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 2254 TermSelect tsc; \/* Context object for fts3TermSelectCb() *\/ local
    [all...]
  /bionic/libc/kernel/common/linux/
wireless.h 399 __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; member in struct:iw_michaelmicfailure
  /development/ndk/platforms/android-3/include/linux/
wireless.h 393 __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; member in struct:iw_michaelmicfailure
  /external/kernel-headers/original/linux/
wireless.h 827 __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member in struct:iw_michaelmicfailure
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 854 __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; \/* LSB first *\/ member in struct:iw_michaelmicfailure
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 854 __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; \/* LSB first *\/ member in struct:iw_michaelmicfailure
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 854 __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; \/* LSB first *\/ member in struct:iw_michaelmicfailure
    [all...]

Completed in 435 milliseconds

1 2 3