Searched refs:nsrc (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/0.153/libelf/
H A Dversion_xlate.h162 GElf_Verneed *nsrc; local
184 nsrc = (GElf_Verneed *) ((char *) src + need_offset);
189 ndest->vn_version = bswap_16 (nsrc->vn_version);
190 ndest->vn_cnt = bswap_16 (nsrc->vn_cnt);
191 ndest->vn_file = bswap_32 (nsrc->vn_file);
192 ndest->vn_aux = bswap_32 (nsrc->vn_aux);
193 ndest->vn_next = bswap_32 (nsrc->vn_next);
198 aux_offset = need_offset + nsrc->vn_aux;
229 need_offset += nsrc->vn_next;
231 ndest->vn_version = bswap_16 (nsrc
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c36 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1, .is_arith = 1 },
37 [BRW_OPCODE_FRC] = { .name = "frc", .nsrc = 1, .ndst = 1, .is_arith = 1 },
38 [BRW_OPCODE_RNDU] = { .name = "rndu", .nsrc = 1, .ndst = 1, .is_arith = 1 },
39 [BRW_OPCODE_RNDD] = { .name = "rndd", .nsrc = 1, .ndst = 1, .is_arith = 1 },
40 [BRW_OPCODE_RNDE] = { .name = "rnde", .nsrc = 1, .ndst = 1, .is_arith = 1 },
41 [BRW_OPCODE_RNDZ] = { .name = "rndz", .nsrc = 1, .ndst = 1, .is_arith = 1 },
42 [BRW_OPCODE_NOT] = { .name = "not", .nsrc = 1, .ndst = 1, .is_arith = 1 },
43 [BRW_OPCODE_LZD] = { .name = "lzd", .nsrc = 1, .ndst = 1 },
45 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst = 1, .is_arith = 1 },
46 [BRW_OPCODE_MAC] = { .name = "mac", .nsrc
[all...]
H A Dbrw_disasm.c37 int nsrc; member in struct:__anon14348
40 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1 },
41 [BRW_OPCODE_FRC] = { .name = "frc", .nsrc = 1, .ndst = 1 },
42 [BRW_OPCODE_RNDU] = { .name = "rndu", .nsrc = 1, .ndst = 1 },
43 [BRW_OPCODE_RNDD] = { .name = "rndd", .nsrc = 1, .ndst = 1 },
44 [BRW_OPCODE_RNDE] = { .name = "rnde", .nsrc = 1, .ndst = 1 },
45 [BRW_OPCODE_RNDZ] = { .name = "rndz", .nsrc = 1, .ndst = 1 },
46 [BRW_OPCODE_NOT] = { .name = "not", .nsrc = 1, .ndst = 1 },
47 [BRW_OPCODE_LZD] = { .name = "lzd", .nsrc = 1, .ndst = 1 },
49 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc
[all...]
H A Dbrw_context.h1085 int nsrc; member in struct:brw_instruction_info
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c36 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1, .is_arith = 1 },
37 [BRW_OPCODE_FRC] = { .name = "frc", .nsrc = 1, .ndst = 1, .is_arith = 1 },
38 [BRW_OPCODE_RNDU] = { .name = "rndu", .nsrc = 1, .ndst = 1, .is_arith = 1 },
39 [BRW_OPCODE_RNDD] = { .name = "rndd", .nsrc = 1, .ndst = 1, .is_arith = 1 },
40 [BRW_OPCODE_RNDE] = { .name = "rnde", .nsrc = 1, .ndst = 1, .is_arith = 1 },
41 [BRW_OPCODE_RNDZ] = { .name = "rndz", .nsrc = 1, .ndst = 1, .is_arith = 1 },
42 [BRW_OPCODE_NOT] = { .name = "not", .nsrc = 1, .ndst = 1, .is_arith = 1 },
43 [BRW_OPCODE_LZD] = { .name = "lzd", .nsrc = 1, .ndst = 1 },
45 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst = 1, .is_arith = 1 },
46 [BRW_OPCODE_MAC] = { .name = "mac", .nsrc
[all...]
H A Dbrw_disasm.c37 int nsrc; member in struct:__anon27759
40 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1 },
41 [BRW_OPCODE_FRC] = { .name = "frc", .nsrc = 1, .ndst = 1 },
42 [BRW_OPCODE_RNDU] = { .name = "rndu", .nsrc = 1, .ndst = 1 },
43 [BRW_OPCODE_RNDD] = { .name = "rndd", .nsrc = 1, .ndst = 1 },
44 [BRW_OPCODE_RNDE] = { .name = "rnde", .nsrc = 1, .ndst = 1 },
45 [BRW_OPCODE_RNDZ] = { .name = "rndz", .nsrc = 1, .ndst = 1 },
46 [BRW_OPCODE_NOT] = { .name = "not", .nsrc = 1, .ndst = 1 },
47 [BRW_OPCODE_LZD] = { .name = "lzd", .nsrc = 1, .ndst = 1 },
49 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc
[all...]
H A Dbrw_context.h1085 int nsrc; member in struct:brw_instruction_info
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c3503 UChar nsrc[10] = {0}; local
3506 nsrc[0]=0x0061;
3510 nsrc[2]=0x5555;
3511 TestConv(nsrc,3,cp,"",NULL,0);
3543 nsrc[1]=usource[0];
3544 nsrc[2]=usource[1];
3545 nsrc[len+1]=0x5555;
3546 TestConv(nsrc,len+2,cp,"",NULL,0);
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c3508 UChar nsrc[10] = {0}; local
3511 nsrc[0]=0x0061;
3515 nsrc[2]=0x5555;
3516 TestConv(nsrc,3,cp,"",NULL,0);
3548 nsrc[1]=usource[0];
3549 nsrc[2]=usource[1];
3550 nsrc[len+1]=0x5555;
3551 TestConv(nsrc,len+2,cp,"",NULL,0);

Completed in 3635 milliseconds