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

/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c221 struct state *stp; /* Pointer to state which contains this */ member in struct:config
245 struct state *stp; /* The new state, if a shift */ member in union:action::__anon13840
435 newaction->x.stp = (struct state *)arg;
811 struct state *stp; local
819 stp = State_find(bp);
820 if( stp ){
825 for(x=bp, y=stp->bp; x && y; x=x->bp, y=y->bp){
837 stp = State_new(); /* A new state structure */
838 MemoryCheck(stp);
839 stp
868 buildshifts(struct lemon *lemp, struct state *stp) argument
925 struct state *stp; local
996 struct state *stp; local
1034 struct state *stp; local
2941 struct state *stp; local
3560 struct state *stp; /* A pointer to a state */ member in struct:axset
3608 struct state *stp; local
4086 struct state *stp; local
4171 struct state *stp; local
[all...]
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-diagnostics.s2445 stp w1, w2, [x3, #253]
2446 stp w9, w10, [x5, #256]
2448 stp wsp, w9, [sp]
2453 // CHECK-ERROR-NEXT: stp w1, w2, [x3, #253]
2456 // CHECK-ERROR-NEXT: stp w9, w10, [x5, #256]
2462 // CHECK-ERROR-NEXT: stp wsp, w9, [sp]
2480 stp x7, x8, [x10, #-520]
2488 // CHECK-ERROR-NEXT: stp x7, x8, [x10, #-520]
2492 stp x3, sp, [x9]
2497 // CHECK-ERROR-NEXT: stp x
[all...]
H A Dbasic-a64-instructions.s2959 stp wzr, w9, [sp, #252]
2963 // CHECK: stp wzr, w9, [sp, #252] // encoding: [0xff,0xa7,0x1f,0x29]
2982 stp s27, s26, [sp, #-256]
2985 // CHECK: stp s27, s26, [sp, #-256] // encoding: [0xfb,0x6b,0x20,0x2d]
2988 stp d3, d5, [x9, #504]
2989 stp d7, d11, [x10, #-512]
2991 // CHECK: stp d3, d5, [x9, #504] // encoding: [0x23,0x95,0x1f,0x6d]
2992 // CHECK: stp d7, d11, [x10, #-512] // encoding: [0x47,0x2d,0x20,0x6d]
2995 stp q3, q5, [sp]
2996 stp q1
[all...]
/external/tcpdump/
H A DAndroid.mk98 print-stp.c\
/external/chromium_org/third_party/mongoose/
H A Dmongoose.c1008 static int mg_stat(const char *path, struct mgstat *stp) { argument
1016 stp->size = MAKEUQUAD(info.nFileSizeLow, info.nFileSizeHigh);
1017 stp->mtime = SYS2UNIX_TIME(info.ftLastWriteTime.dwLowDateTime,
1019 stp->is_directory =
1209 static int mg_stat(const char *path, struct mgstat *stp) { argument
1215 stp->size = st.st_size;
1216 stp->mtime = st.st_mtime;
1217 stp->is_directory = S_ISDIR(st.st_mode);
2515 struct mgstat *stp) {
2525 cl = stp
2514 handle_file_request(struct mg_connection *conn, const char *path, struct mgstat *stp) argument
2657 substitute_index_file(struct mg_connection *conn, char *path, size_t path_len, struct mgstat *stp) argument
2702 is_not_modified(const struct mg_connection *conn, const struct mgstat *stp) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h328 struct radeon_state_atom stp; member in struct:r100_hw_state
H A Dradeon_state_init.c570 ALLOC_STATE( stp, always, STP_STATE_SIZE, "STP/stp", 0 );
644 rmesa->hw.stp.cmd[STP_CMD_0] = CP_PACKET0(RADEON_RE_STIPPLE_ADDR, 0);
645 rmesa->hw.stp.cmd[STP_DATA_0] = 0;
646 rmesa->hw.stp.cmd[STP_CMD_1] = CP_PACKET0_ONE(RADEON_RE_STIPPLE_DATA, 31);
H A Dradeon_ioctl.c92 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.stp);
H A Dradeon_state.c2162 RADEON_STATECHANGE(r100, stp);
2167 r100->hw.stp.cmd[3 + i] = ((GLuint *) mask)[i];
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h328 struct radeon_state_atom stp; member in struct:r100_hw_state
H A Dradeon_state_init.c570 ALLOC_STATE( stp, always, STP_STATE_SIZE, "STP/stp", 0 );
644 rmesa->hw.stp.cmd[STP_CMD_0] = CP_PACKET0(RADEON_RE_STIPPLE_ADDR, 0);
645 rmesa->hw.stp.cmd[STP_DATA_0] = 0;
646 rmesa->hw.stp.cmd[STP_CMD_1] = CP_PACKET0_ONE(RADEON_RE_STIPPLE_DATA, 31);
H A Dradeon_ioctl.c92 insert_at_tail(&rmesa->radeon.hw.atomlist, &rmesa->hw.stp);
H A Dradeon_state.c2162 RADEON_STATECHANGE(r100, stp);
2167 r100->hw.stp.cmd[3 + i] = ((GLuint *) mask)[i];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_context.h519 struct radeon_state_atom stp; member in struct:r200_hw_state
H A Dr200_cmdbuf.c91 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.stp );
H A Dr200_state_init.c683 ALLOC_STATE( stp, polygon_stipple, STP_STATE_SIZE, "STP/stp", 0 );
820 rmesa->hw.stp.cmd[STP_CMD_0] = CP_PACKET0(RADEON_RE_STIPPLE_ADDR, 0);
821 rmesa->hw.stp.cmd[STP_DATA_0] = 0;
822 rmesa->hw.stp.cmd[STP_CMD_1] = CP_PACKET0_ONE(RADEON_RE_STIPPLE_DATA, 31);
H A Dr200_state.c2408 R200_STATECHANGE(r200, stp);
2413 r200->hw.stp.cmd[3 + i] = ((GLuint *) mask)[i];
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.h519 struct radeon_state_atom stp; member in struct:r200_hw_state
H A Dr200_cmdbuf.c91 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.stp );
H A Dr200_state_init.c683 ALLOC_STATE( stp, polygon_stipple, STP_STATE_SIZE, "STP/stp", 0 );
820 rmesa->hw.stp.cmd[STP_CMD_0] = CP_PACKET0(RADEON_RE_STIPPLE_ADDR, 0);
821 rmesa->hw.stp.cmd[STP_DATA_0] = 0;
822 rmesa->hw.stp.cmd[STP_CMD_1] = CP_PACKET0_ONE(RADEON_RE_STIPPLE_DATA, 31);
H A Dr200_state.c2408 R200_STATECHANGE(r200, stp);
2413 r200->hw.stp.cmd[3 + i] = ((GLuint *) mask)[i];
/external/grub/netboot/
H A Dvia-rhine.c456 unsigned long stp:1; member in struct:rhine_tx_desc::VTC_tx_ctrl_tag::__anon17833
486 unsigned long stp:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon17834
/external/libpcap/
H A Dscanner.l228 stp return STP;
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c1407 char *stp = FindFirstSubType(regtype); local
1408 while (stp && *stp) // If we found a comma...
1410 if (*stp == ',') return(-1);
1412 stp = FindNextSubType(stp);
1414 if (!stp) return(-1);
/external/qemu/
H A Darm-dis.c3414 unsigned int stp = (given & 0x00000030u) >> 4; local
3420 switch (stp)

Completed in 1300 milliseconds