Searched defs:pc (Results 126 - 150 of 416) sorted by relevance

1234567891011>>

/external/elfutils/tests/
H A Dbacktrace-data.c221 Dwarf_Addr pc; local
223 if (! dwfl_frame_pc (state, &pc, &isactivation))
228 Dwarf_Addr pc_adjusted = pc - (isactivation ? 0 : 1);
238 printf ("#%2u %#" PRIx64 "%4s\t%s\n", (*framenop)++, (uint64_t) pc,
/external/google-breakpad/src/processor/
H A Dcfi_frame_info_unittest.cc456 uint64_t r0, r1, r2, r3, r4, sp, pc; member in struct:SimpleCFIWalkerFixture::RawContext
488 { "pc", ".ra", true, PC_VALID, &RawContext::pc },
532 callee_context.pc = 0x25b21b224311d280ULL;
545 EXPECT_EQ(0xba5ad6d9acce28deULL, caller_context.pc);
H A Dstackwalker_selftest.cc280 uint32_t pc; local
283 : "=r" (pc)
285 return pc + 8;
338 context.pc = GetPC();
/external/iptables/extensions/
H A Dlibxt_bpf.c79 static void bpf_parse_string(struct sock_filter *pc, __u16 *lenp, __u16 len_max, argument
109 &pc->code, &pc->jt, &pc->jf, &pc->k) != 4)
113 pc++;
175 static void bpf_print_code(const struct sock_filter *pc, __u16 len, char tail) argument
177 for (; len; len--, pc++)
179 pc->code, pc
183 bpf_save_code(const struct sock_filter *pc, __u16 len) argument
[all...]
/external/javassist/src/main/javassist/compiler/
H A DJavac.java265 * @param pc program counter (>= 0)
269 public boolean recordLocalVariables(CodeAttribute ca, int pc) argument
282 if (start <= pc && pc < start + len)
/external/jemalloc/test/integration/
H A Dxallocx.c378 const uint8_t *pc = (const uint8_t *)p; local
384 c0 = pc[0];
386 if (pc[i] != c0) {
389 c0 = pc[i];
398 const uint8_t *pc = (const uint8_t *)p; local
403 if (pc[i] != c)
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dsigcontext.h33 __u64 pc; member in struct:sigcontext
/external/libcups/cups/
H A Dtestppd.c160 _ppd_cache_t *pc; /* PPD cache */ local
1140 if ((pc = _ppdCacheCreateWithPPD(ppd)) == NULL)
1144 _ppdCacheWriteFile(pc, "t.cache", NULL);
/external/libpcap/
H A Dpcap-pf.c101 pcap_read_pf(pcap_t *pc, int cnt, pcap_handler callback, u_char *user) argument
103 struct pcap_pf *pf = pc->priv;
113 cc = pc->cc;
115 cc = read(pc->fd, (char *)pc->buffer + pc->offset, pc->bufsize);
120 lseek(pc->fd, 0L, SEEK_CUR) + pc->bufsize < 0) {
127 (void)lseek(pc
[all...]
/external/libunwind_llvm/src/
H A DDwarfInstructions.hpp37 static int stepWithDwarf(A &addressSpace, pint_t pc, pint_t fdeStart,
154 int DwarfInstructions<A, R>::stepWithDwarf(A &addressSpace, pint_t pc, argument
161 if (CFI_Parser<A>::parseFDEInstructions(addressSpace, fdeInfo, cieInfo, pc,
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp244 static void PrintWarningsPaths(const CErrorPathCodes &pc, CStdOutStream &so) argument
246 FOR_VECTOR(i, pc.Paths)
248 so << pc.Paths[i] << " : ";
249 so << NError::MyFormatMessage(pc.Codes[i]) << endl;
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_render.c485 uint32_t pc)
499 session.pc = pc;
479 ilo_render_emit_launch_grid(struct ilo_render *render, const struct ilo_state_vector *vec, const unsigned thread_group_offset[3], const unsigned thread_group_dim[3], unsigned thread_group_size, const struct pipe_constant_buffer *input, uint32_t pc) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf_emit.c334 GLushort *pc,
343 *pc = 0xf;
355 *pc |= 0xf0;
375 uint16_t pc = 0; local
380 pc |= 0x0f;
383 pc |= 0x0f;
389 pc |= 0xf0;
392 pc |= 0xf0;
394 return pc;
442 GLushort pc, pc_pers local
332 calculate_masks(struct brw_sf_compile *c, GLuint reg, GLushort *pc, GLushort *pc_persp, GLushort *pc_linear) argument
526 GLushort pc, pc_persp, pc_linear; local
590 GLushort pc, pc_persp, pc_linear, pc_coord_replace; local
686 GLushort pc, pc_persp, pc_linear; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c379 GLuint pc, numExec = 0; local
394 for (pc = 0; pc < numInst; pc++) {
395 const struct prog_instruction *inst = program->arb.Instructions + pc;
446 /* subtract 1 here since pc is incremented by for(pc) loop */
449 pc = inst->BranchTarget - 1; /* go to matching BNGLOOP */
459 /* pc++ at end of for-loop will put us after the ENDLOOP inst */
460 pc
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c156 struct gl_program_constants *pc; local
160 pc = &c->Program[MESA_SHADER_FRAGMENT];
164 pc = &c->Program[MESA_SHADER_VERTEX];
168 pc = &c->Program[MESA_SHADER_GEOMETRY];
172 pc = &c->Program[MESA_SHADER_TESS_CTRL];
176 pc = &c->Program[MESA_SHADER_TESS_EVAL];
180 pc = &c->Program[MESA_SHADER_COMPUTE];
194 pc->MaxTextureImageUnits =
199 pc->MaxInstructions =
200 pc
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_atifragshader.c306 GLuint pc; local
329 for (pc = 0; pc < shader->numArithInstr[pass]; pc++) {
330 inst = &shader->Instructions[pass][pc];
/external/mmc-utils/
H A Dmmc.c195 char *pc; local
200 for(pc = cmd->adv_help; *pc; pc++){
201 putchar(*pc);
202 if(*pc == '\n')
206 for(pc = cmd->help; *pc; pc++){
207 putchar(*pc);
[all...]
/external/ppp/pppd/plugins/radius/
H A Dsendserver.c35 int length, i, pc, secretlen, padded_length; local
119 for (pc = i; pc < (i + AUTH_VECTOR_LEN); pc++) {
120 *buf++ ^= passbuf[pc];
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddiscovery.c137 struct PacketCriteria *pc = (struct PacketCriteria *) extra; local
138 PPPoEConnection *conn = pc->conn;
144 pc->seenACName = 1;
150 pc->acNameOK = 1;
154 pc->seenServiceName = 1;
157 pc->serviceNameOK = 1;
355 struct PacketCriteria pc; local
356 pc.conn = conn;
357 pc.acNameOK = (conn->acName) ? 0 : 1;
358 pc
[all...]
/external/selinux/policycoreutils/sestatus/
H A Dsestatus.c88 void load_checks(char *pc[], int *npc, char *fc[], int *nfc) argument
133 pc[*npc] =
136 memcpy(pc[*npc], bufp, buf_len);
185 char *pc[MAX_CHECK]; local
405 load_checks(pc, &npc, fc, &nfc);
424 rc = pidof(pc[i]);
429 printf_tab(pc[i]);
/external/swiftshader/third_party/LLVM/runtime/libprofile/
H A DPathProfiling.c71 uint32_t pc = ((uint32_t*)ft->array)[arrayIterator]; local
74 if( pc ) {
77 pte.pathCounter = pc;
/external/syslinux/com32/lua/src/
H A Dlparser.h30 VJMP, /* info = instruction pc */
31 VRELOCABLE, /* info = instruction pc */
32 VCALL, /* info = instruction pc */
33 VVARARG /* info = instruction pc */
65 int pc; /* position in code */ member in struct:Labeldesc
102 int pc; /* next position to code (equivalent to `ncode') */ member in struct:FuncState
104 int jpc; /* list of pending jumps to `pc' */
H A Dluac.c280 int pc,n=f->sizecode; local
281 for (pc=0; pc<n; pc++)
283 Instruction i=code[pc];
291 int line=getfuncline(f,pc);
292 printf("\t%d\t",pc+1);
357 printf("\t; to %d",sbx+pc+2);
363 if (c==0) printf("\t; %d",(int)code[++pc]); else printf("\t; %d",c);
/external/syslinux/gpxe/src/core/
H A Dgdbstub.c239 gdbreg_t pc; local
240 if ( stub->len > 1 && gdbstub_get_packet_args ( stub, &pc, 1, NULL ) ) {
241 gdbmach_set_pc ( stub->regs, pc );
/external/tensorflow/tensorflow/core/lib/strings/
H A Dstrcat.h132 AlphaNum(const StringPiece &pc) : piece_(pc) {} // NOLINT(runtime/explicit) argument

Completed in 849 milliseconds

1234567891011>>