HomeSort by relevance Sort by last modified time
    Searched refs:nr (Results 76 - 100 of 527) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/u-boot/arch/arm/mach-mvebu/include/mach/
efuse.h 62 int mvebu_read_efuse(int nr, struct efuse_val *val);
64 int mvebu_write_efuse(int nr, struct efuse_val *val);
66 int mvebu_lock_efuse(int nr);
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_program.h 43 int nr, struct pipe_surface **bufs);
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_program.h 43 int nr, struct pipe_surface **bufs);
  /external/u-boot/arch/powerpc/include/asm/
mp.h 14 int is_core_disabled(int nr);
  /external/u-boot/board/lego/ev3/
legoev3.c 116 u8 *nr; local
118 nr = (u8 *)&serialnr->low;
119 nr[0] = buf[5];
120 nr[1] = buf[4];
121 nr[2] = buf[3];
122 nr[3] = buf[2];
123 nr = (u8 *)&serialnr->high;
124 nr[0] = buf[1];
125 nr[1] = buf[0];
126 nr[2] = 0
    [all...]
  /external/ltp/include/lapi/syscalls/
regen.sh 48 #define ltp_syscall(NR, ...) ({ \\
50 if (NR == __LTP__NR_INVALID_SYSCALL) { \\
54 __ret = syscall(NR, ##__VA_ARGS__); \\
58 "syscall(%d) " #NR " not supported on your arch", \\
59 NR); \\
64 #define tst_syscall(NR, ...) ({ \\
66 if (NR == __LTP__NR_INVALID_SYSCALL) { \\
70 tst_ret = syscall(NR, ##__VA_ARGS__); \\
73 tst_brk(TCONF, "syscall(%d) " #NR " not supported", NR); \\
    [all...]
  /external/mesa3d/src/intel/compiler/
brw_vec4_live_variables.h 91 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4);
94 8 * alloc.offsets[reg.nr] + reg.offset / 4 +
97 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
105 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4);
108 8 * alloc.offsets[reg.nr] + reg.offset / 4 +
111 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
brw_reg.h 226 unsigned nr:16; member in struct:brw_reg::__anon34211::__anon34212
332 * \param nr register number/index
345 unsigned nr,
358 assert(nr < BRW_MAX_GRF);
360 assert(nr <= BRW_ARF_TIMESTAMP);
373 reg.nr = nr;
393 brw_vec16_reg(enum brw_reg_file file, unsigned nr, unsigned subnr)
396 nr,
410 brw_vec8_reg(enum brw_reg_file file, unsigned nr, unsigned subnr
    [all...]
brw_vec4_reg_allocate.cpp 36 reg->nr = reg_hw_locations[reg->nr] + reg->offset / REG_SIZE;
57 virtual_grf_used[inst->dst.nr] = true;
61 virtual_grf_used[inst->src[i].nr] = true;
231 ra_add_node_interference(g, inst->dst.nr, inst->src[i].nr);
311 if (inst->src[n].file == VGRF && inst->src[n].nr == scratch_reg)
324 if (prev_inst->dst.file == VGRF && prev_inst->dst.nr == scratch_reg) {
344 prev_inst->src[n].nr == scratch_reg) {
401 if (inst->src[i].file == VGRF && !no_spill[inst->src[i].nr]) {
    [all...]
  /external/strace/linux/arc/
raw_syscall.h 36 raw_syscall_0(const kernel_ulong_t nr, kernel_ulong_t *err)
39 register kernel_ulong_t r8 __asm__("r8") = nr;
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 75 GLuint *elts, GLuint nr )
80 for ( i = 0 ; i+1 < nr ; i+=2, elts += 2 ) {
84 if (i < nr) {
94 GLuint start, GLuint nr )
99 for ( i = 0 ; i+1 < nr ; i+=2, start += 2 ) {
103 if (i < nr) {
171 GLuint j, nr; local
180 for (j = start; j + 1 < count; j += nr - 1 ) {
184 nr = MIN2( dmasz, count - j );
185 dest = ALLOC_ELTS( (nr-1)*2 )
206 GLuint j, nr; local
325 GLuint j, nr; local
369 GLuint j, nr; local
431 GLuint j, nr; local
484 GLuint j, nr; local
550 GLuint j, nr; local
574 GLuint j, nr; local
613 GLuint j, nr; local
642 GLuint j, nr; local
694 GLuint j, nr; local
725 GLuint j, nr; local
756 GLuint j, nr; local
783 GLuint j, nr; local
816 GLuint j, nr; local
877 GLuint j, nr; local
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 214 static inline boolean i915_validate_vertices( unsigned hw_prim, unsigned nr )
220 ok = (nr >= 1);
224 ok = (nr >= 2) && (nr % 2) == 0;
228 ok = (nr >= 2);
232 ok = (nr >= 3) && (nr % 3) == 0;
236 ok = (nr >= 3);
240 ok = (nr >= 3);
244 ok = (nr >= 3)
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/util/
u_prim.h 139 static inline boolean u_validate_pipe_prim( unsigned pipe_prim, unsigned nr )
143 return (count && nr >= count->min);
147 static inline boolean u_trim_pipe_prim( unsigned pipe_prim, unsigned *nr )
151 if (count && *nr >= count->min) {
153 *nr -= (*nr % count->incr);
157 *nr = 0;
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcprij.h 89 typedef void (*RijnCipher)(const Ipp8u* pInpBlk, Ipp8u* pOutBlk, int nr, const Ipp8u* pKeys, const void* pTbl);
95 int nr; /* number of rounds */ member in struct:_cpRijndael128
110 int nr; /* number of rounds */ member in struct:_cpRijndael192
125 int nr; /* number of rounds */ member in struct:_cpRijndael256
172 #define RIJ_NR(ctx) ((ctx)->nr)
189 void SafeEncrypt_RIJ128(const Ipp8u* pInpBlk, Ipp8u* pOutBlk, int nr, const Ipp8u* pKeys, const void* pTbl);
191 void SafeDecrypt_RIJ128(const Ipp8u* pInpBlk, Ipp8u* pOutBlk, int nr, const Ipp8u* pKeys, const void* pTbl);
196 void Safe2Encrypt_RIJ128(const Ipp8u* pInpBlk, Ipp8u* pOutBlk, int nr, const Ipp8u* pKeys, const void* pTbl);
198 void Safe2Decrypt_RIJ128(const Ipp8u* pInpBlk, Ipp8u* pOutBlk, int nr, const Ipp8u* pKeys, const void* pTbl);
203 void Encrypt_RIJ128_AES_NI(const Ipp8u* pInpBlk, Ipp8u* pOutBlk, int nr, const Ipp8u* pKeys, const void* pTbl)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 54 #define COPY_DWORDS( dst, src, nr ) \
59 : "0" (nr), \
64 #define COPY_DWORDS( dst, src, nr ) \
67 for ( j = 0 ; j < nr ; j++ ) \
69 dst += nr; \
80 GLuint nr = 0; local
118 &(rmesa->radeon.tcl.aos[nr]),
125 &(rmesa->radeon.tcl.aos[nr]),
174 if (!rmesa->radeon.tcl.aos[nr].bo) {
176 &(rmesa->radeon.tcl.aos[nr]),
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices.h 47 * \param nr the number of vertices (pipe_draw_info::count)
48 * \param out output buffer big enough for nr vertices (of
62 * \param nr the number of vertices (pipe_draw_info::count)
63 * \param out output buffer big enough for nr vertices (of
67 unsigned nr,
98 unsigned nr,
121 unsigned nr,
141 unsigned nr,
154 unsigned nr,
  /external/minijail/
signal_handler.c 27 int nr; member in struct:__anon34510
37 return local_info.local_info->nr;
44 int nr = get_si_syscall(info); local
45 syscall_name = lookup_syscall_name(nr);
50 die("blocked syscall: %d", nr);
  /external/strace/tests/
nsyscalls.c 64 test_syscall(const unsigned long nr)
75 long rc = syscall(nr | SYSCALL_BIT,
80 strace_name, getpid(), nr | SYSCALL_BIT);
85 " = %s\n", nr | SYSCALL_BIT,
89 " = %s\n", nr | SYSCALL_BIT,
  /external/strace/tests-m32/
nsyscalls.c 64 test_syscall(const unsigned long nr)
75 long rc = syscall(nr | SYSCALL_BIT,
80 strace_name, getpid(), nr | SYSCALL_BIT);
85 " = %s\n", nr | SYSCALL_BIT,
89 " = %s\n", nr | SYSCALL_BIT,
  /external/strace/tests-mx32/
nsyscalls.c 64 test_syscall(const unsigned long nr)
75 long rc = syscall(nr | SYSCALL_BIT,
80 strace_name, getpid(), nr | SYSCALL_BIT);
85 " = %s\n", nr | SYSCALL_BIT,
89 " = %s\n", nr | SYSCALL_BIT,
  /external/u-boot/arch/arm/cpu/armv8/zynqmp/
mp.c 48 int cpu_reset(u32 nr)
134 int cpu_disable(u32 nr)
136 if (nr >= ZYNQMP_CORE_APU0 && nr <= ZYNQMP_CORE_APU3) {
138 val |= 1 << nr;
147 int cpu_status(u32 nr)
149 if (nr >= ZYNQMP_CORE_APU0 && nr <= ZYNQMP_CORE_APU3) {
150 u32 addr_low = readl(((u8 *)&apu_base->rvbar_addr0_l) + nr * 8);
152 nr * 8)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_util.c 69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr )
74 stage->nr_tmps = nr;
76 if (nr != 0)
79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr );
84 stage->tmp = (struct vertex_header **) MALLOC( sizeof(struct vertex_header *) * nr );
90 for (i = 0; i < nr; i++)
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_push.c 92 unsigned size, nr; local
94 nr = push;
96 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
98 size = ctx->vertex_words * nr;
102 ctx->translate->run_elts8(ctx->translate, elts, nr, 0, 0, ctx->push->cur);
105 count -= nr;
106 elts += nr;
108 if (nr != push) {
124 unsigned size, nr; local
126 nr = push
156 unsigned size, nr; local
    [all...]
nv40_verttex.c 53 unsigned nr, void **hwcso)
58 for (i = 0; i < nr; i++) {
68 nv30->vertprog.num_samplers = nr;
74 nv40_verttex_set_sampler_views(struct pipe_context *pipe, unsigned nr,
80 for (i = 0; i < nr; i++) {
92 nv30->vertprog.num_textures = nr;
  /external/ltp/testcases/kernel/syscalls/ptrace/
simple_tracer.c 43 #define decode_sysnum(nr) printf("%s ", get_sysnum(nr))
47 long nr = decode_user("orig_p0", PT_ORIG_P0); local
55 decode_sysnum(nr);
58 long nr = decode_user("orig_eax", 4 * ORIG_EAX);
66 decode_sysnum(nr);
69 long nr = decode_user("orig_rax", 8 * ORIG_RAX);
77 decode_sysnum(nr);

Completed in 3232 milliseconds

1 2 34 5 6 7 8 91011>>