/external/mesa3d/src/mesa/program/ |
H A D | sampler.cpp | 111 get_sampler_name getname(sampler, shader_program); 113 sampler->accept(&getname); 116 if (!shader_program->UniformHash->get(location, getname.name)) { 118 "failed to find sampler named %s.\n", getname.name); 122 return shader_program->UniformStorage[location].sampler + getname.offset;
|
/external/tcpdump/ |
H A D | addrtoname.h | 43 extern const char *getname(netdissect_options *, const u_char *); 56 #define ipaddr_string(ndo, p) getname(ndo, (const u_char *)(p))
|
H A D | print-bgp.c | 506 snprintf(buf, buflen, "%s/%d", getname(ndo, (u_char *)&addr), plen); 556 getname(ndo, (u_char *)&addr), 778 getname(ndo, (u_char *)&addr), 984 /* need something like getname(ndo, ) here */ 985 getname(ndo, pptr+8) 1388 ND_PRINT((ndo, "%s", getname(ndo, tptr))); 1418 getname(ndo, tptr + 2))); 1422 EXTRACT_32BITS(tptr)), getname(ndo, tptr + 4))); 1433 getname(ndo, tptr + 4))); 1471 ND_PRINT((ndo, "%s",getname(nd [all...] |
H A D | addrtoname.c | 222 getname(netdissect_options *ndo, const u_char *ap) function
|
H A D | print-lldp.c | 1282 pfunc = getname;
|
H A D | print-icmp6.c | 1700 getname(ndo, (const u_char *)(ni6 + 1))));
|
/external/clang/www/demo/ |
H A D | index.cgi | 38 sub getname { 59 my $name = getname($extension); 350 my $bytecodeFile = getname(".bc"); 351 my $outputFile = getname(".llvm-gcc.out"); 352 my $timerFile = getname(".llvm-gcc.time"); 378 my $outputFile = getname(".gccld.out"); 379 my $timerFile = getname(".gccld.time"); 382 my $tmpFile = getname(".bc"); 400 my $disassemblyFile = getname(".ll"); 407 my $tmpFile = getname(" [all...] |
/external/v8/test/mjsunit/es6/ |
H A D | reflect-construct.js | 327 function getname(v) { function 345 test_intrinsic_prototype(getname(intrinsic)); 368 test(realm, getname(intrinsic), getargs(intrinsic), convert);
|
/external/ipsec-tools/src/racoon/ |
H A D | isakmp.c | 2708 char *getname __P((const u_char *)); 2719 getname(ap) 2718 getname(ap) function
|
/external/v8/test/mjsunit/asm/embenchen/ |
H A D | copy.js | 4807 },getname:function (sock, peer) {
|
H A D | corrections.js | 4807 },getname:function (sock, peer) {
|
H A D | primes.js | 4821 },getname:function (sock, peer) {
|
H A D | fannkuch.js | 4301 },getname:function (sock, peer) {
|
H A D | fasta.js | 4545 },getname:function (sock, peer) {
|
H A D | memops.js | 4270 },getname:function (sock, peer) {
|
H A D | zlib.js | 4271 },getname:function (sock, peer) {
|
H A D | box2d.js | 4519 },getname:function (sock, peer) {
|
/external/v8/test/mjsunit/wasm/embenchen/ |
H A D | copy.js | 4810 },getname:function (sock, peer) {
|
H A D | corrections.js | 4810 },getname:function (sock, peer) {
|
H A D | primes.js | 4824 },getname:function (sock, peer) {
|
H A D | fannkuch.js | 4304 },getname:function (sock, peer) {
|
H A D | fasta.js | 4548 },getname:function (sock, peer) {
|
H A D | memops.js | 4273 },getname:function (sock, peer) {
|
H A D | zlib.js | 4274 },getname:function (sock, peer) {
|
H A D | box2d.js | 4522 },getname:function (sock, peer) {
|