Searched refs:getname (Results 1 - 25 of 32) sorted by relevance

12

/external/mesa3d/src/mesa/program/
H A Dsampler.cpp111 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 Daddrtoname.h43 extern const char *getname(netdissect_options *, const u_char *);
56 #define ipaddr_string(ndo, p) getname(ndo, (const u_char *)(p))
H A Dprint-bgp.c506 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 Daddrtoname.c222 getname(netdissect_options *ndo, const u_char *ap) function
H A Dprint-lldp.c1282 pfunc = getname;
H A Dprint-icmp6.c1700 getname(ndo, (const u_char *)(ni6 + 1))));
/external/clang/www/demo/
H A Dindex.cgi38 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 Dreflect-construct.js327 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 Disakmp.c2708 char *getname __P((const u_char *));
2719 getname(ap)
2718 getname(ap) function
/external/v8/test/mjsunit/asm/embenchen/
H A Dcopy.js4807 },getname:function (sock, peer) {
H A Dcorrections.js4807 },getname:function (sock, peer) {
H A Dprimes.js4821 },getname:function (sock, peer) {
H A Dfannkuch.js4301 },getname:function (sock, peer) {
H A Dfasta.js4545 },getname:function (sock, peer) {
H A Dmemops.js4270 },getname:function (sock, peer) {
H A Dzlib.js4271 },getname:function (sock, peer) {
H A Dbox2d.js4519 },getname:function (sock, peer) {
/external/v8/test/mjsunit/wasm/embenchen/
H A Dcopy.js4810 },getname:function (sock, peer) {
H A Dcorrections.js4810 },getname:function (sock, peer) {
H A Dprimes.js4824 },getname:function (sock, peer) {
H A Dfannkuch.js4304 },getname:function (sock, peer) {
H A Dfasta.js4548 },getname:function (sock, peer) {
H A Dmemops.js4273 },getname:function (sock, peer) {
H A Dzlib.js4274 },getname:function (sock, peer) {
H A Dbox2d.js4522 },getname:function (sock, peer) {

Completed in 922 milliseconds

12