HomeSort by relevance Sort by last modified time
    Searched refs:st (Results 701 - 725 of 2989) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 109 struct st_context *st = ctx->st; local
110 struct pipe_context *pipe = st->pipe;
111 struct cso_context *cso = st->cso_context;
120 st_flush_bitmap_cache(st);
121 st_invalidate_readpix_cache(st);
123 st_validate_state(st, ST_PIPELINE_RENDER);
159 u_upload_alloc(st->uploader, 0,
222 semantic_names[tex_attr] = st->needs_texcoord_semantic ?
231 u_upload_unmap(st->uploader)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
sysv.S 101 st r0, @r2
108 st r0, @r2
109 st r1, @(4,r2)
  /external/python/cpython2/Modules/_sqlite/
util.c 48 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st)
53 if (st != NULL) {
54 (void)sqlite3_reset(st);
  /external/python/cpython3/Modules/_ctypes/libffi/src/m32r/
sysv.S 101 st r0, @r2
108 st r0, @r2
109 st r1, @(4,r2)
  /external/python/cpython3/Modules/_sqlite/
util.c 48 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st)
53 if (st != NULL) {
54 (void)sqlite3_reset(st);
  /external/strace/tests/
attach-f-p.c 91 struct stat st; local
93 if (fstat(1, &st))
95 if (st.st_size >= 103)
  /external/strace/tests-m32/
attach-f-p.c 91 struct stat st; local
93 if (fstat(1, &st))
95 if (st.st_size >= 103)
  /external/strace/tests-mx32/
attach-f-p.c 91 struct stat st; local
93 if (fstat(1, &st))
95 if (st.st_size >= 103)
  /external/testng/src/main/java/org/testng/internal/annotations/
Converter.java 63 StringTokenizer st = new StringTokenizer(tagValue, " ,"); local
64 while (st.hasMoreElements()) {
65 String className = (String) st.nextElement();
  /external/toybox/toys/other/
makedevs.c 61 struct stat st; local
98 if (stat(ptr, &st) || !S_ISREG(st.st_mode)) {
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 49 FileStatus st = FileStatus(),
53 FileStatus st = FileStatus(),
69 FileStatus st = FileStatus(),
  /system/bt/stack/srvc/
srvc_battery.cc 69 tGATT_STATUS st = GATT_NOT_FOUND; local
90 st = GATT_WRITE_NOT_PERMIT;
94 *p_status = st;
106 tGATT_STATUS st = GATT_NOT_FOUND; local
113 if (is_long) st = GATT_NOT_LONG;
131 st = GATT_ERR_UNLIKELY;
137 *p_status = st;
273 void Battery_Rsp(uint8_t app_id, tGATT_STATUS st, uint8_t event,
296 srvc_sr_rsp(p_inst->pending_clcb_idx, st, &rsp);
304 srvc_sr_rsp(p_inst->pending_clcb_idx, st, &rsp)
    [all...]
  /test/vts/drivers/hal/common/driver_base/
DriverBase.cpp 147 struct stat st; local
151 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) {
155 if (S_ISDIR(st.st_mode)) {
184 struct stat st; local
188 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) {
192 if (S_ISDIR(st.st_mode)) {
290 struct stat st; local
294 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) {
298 if (S_ISDIR(st.st_mode)) {
329 struct stat st; local
    [all...]
  /build/kati/
fileutil.h 30 double GetTimestampFromStat(const struct stat& st);
stats.h 46 explicit ScopedStatsRecorder(Stats* st, const char* msg = 0);
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/secure/
secure.c 54 uintptr_t st, uintptr_t ed)
59 assert(st < ed);
62 assert(st % SIZE_M(1) == 0);
65 st_mb = st / SIZE_M(1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.h 38 sqlite3_stmt* st; member in struct:__anon4712
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965PortAttributeHandler.java 69 StringTokenizer st = new StringTokenizer(portValue, ","); local
70 int[] ports = new int[st.countTokens()];
73 while(st.hasMoreTokens()) {
74 ports[i] = Integer.parseInt(st.nextToken().trim());
  /external/cblas/src/
cblas_ctbmv.c 34 float *st=0, *x=(float *)X; local
105 st = x + n;
111 while (x != st);
150 while (x != st);
cblas_ctbsv.c 34 float *st=0,*x=(float *)X; local
107 st=x+n;
115 while (x != st);
154 while (x != st);
cblas_ctpmv.c 31 float *st=0,*x=(float *)X; local
101 st = x + n;
107 while (x != st);
144 while (x != st);
cblas_ctpsv.c 31 float *st=0, *x=(float*)X; local
103 st=x+n;
111 while (x != st);
149 while (x != st);
cblas_ctrmv.c 34 float *st=0,*x=(float *)X; local
104 st = x + n;
110 while (x != st);
147 while (x != st);
cblas_ctrsv.c 33 float *st=0,*x=(float *)X; local
104 st=x+n;
111 while (x != st);
148 while (x != st);
cblas_ztbmv.c 34 double *st=0, *x=(double *)X; local
105 st = x + n;
111 while (x != st);
150 while (x != st);

Completed in 930 milliseconds

<<21222324252627282930>>