Home
last modified time | relevance | path

Searched refs:pz (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/unistd/sh/
H A Dpipe.s14 cmp/pz r0
/third_party/python/Objects/
H A Dlongobject.c2429 digit *pz, *pzstop; in PyLong_FromString() local
2551 pz = z->ob_digit; in PyLong_FromString()
2552 pzstop = pz + Py_SIZE(z); in PyLong_FromString()
2553 for (; pz < pzstop; ++pz) { in PyLong_FromString()
2554 c += (twodigits)*pz * convmult; in PyLong_FromString()
2555 *pz = (digit)(c & PyLong_MASK); in PyLong_FromString()
2562 *pz = (digit)c; in PyLong_FromString()
3381 digit *pz = z->ob_digit + (i << 1); in x_mul() local
3389 carry = *pz in x_mul()
3432 digit *pz = z->ob_digit + i; x_mul() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexstorage.c359 int px, py, pz; in _mesa_sparse_texture_error_check() local
362 &px, &py, &pz)) { in _mesa_sparse_texture_error_check()
390 (width % px || height % py || depth % pz)) { in _mesa_sparse_texture_error_check()
H A Dtexobj.c2342 int px, py, pz; in texture_page_commitment() local
2344 ctx, target, image->TexFormat, tex_obj->VirtualPageSizeIndex, &px, &py, &pz); in texture_page_commitment()
2347 if (xoffset % px || yoffset % py || zoffset % pz) { in texture_page_commitment()
2354 (depth % pz && zoffset + depth != max_depth)) { in texture_page_commitment()
/third_party/astc-encoder/Test/
H A Dastc_trace_analysis.py266 pz = get_attrib(block, "pos_z")
280 blockStruct = Block(px, py, pz, et)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_join_test.cc107 int *px = &x, *py = &y, *pz = &z; in TEST() local
108 std::vector<int**> v = {&px, &py, &pz}; in TEST()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c885 struct pipe_resource *pz = screen->base.resource_create(&screen->base, &templ); in zink_kopper_fixup_depth_buffer() local
886 struct zink_resource *z = zink_resource(pz); in zink_kopper_fixup_depth_buffer()
890 pipe_resource_reference(&pz, NULL); in zink_kopper_fixup_depth_buffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp919 float pz = viewport.maxDepth - viewport.minDepth; in rasterizeExpectedResults() local
932 float zf = pz * r.xyz.z() + oz; in rasterizeExpectedResults()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp828 float pz = viewport.maxDepth - viewport.minDepth; in rasterizeExpectedResults() local
841 float zf = pz * r.xyz.z() + oz; in rasterizeExpectedResults()
/third_party/ffmpeg/libavfilter/
H A Daf_aiir.c500 static int expand(AVFilterContext *ctx, double *pz, int n, double *coefs) in expand() argument
509 pz[2 * (i - 1)], pz[2 * (i - 1) + 1], &re, &im); in expand()
/third_party/sqlite/include/
H A Dsqlite3.h12454 ** current document. If successful, (*pz) is set to point to a buffer
12458 ** of (*pz) and (*pn) are undefined.
12649 int (*xColumnText)(Fts5Context*, int iCol, const char **pz, int *pn);
/third_party/sqlite/src/
H A Dsqlite3.c12784 ** current document. If successful, (*pz) is set to point to a buffer
12788 ** of (*pz) and (*pn) are undefined.
12979 int (*xColumnText)(Fts5Context*, int iCol, const char **pz, int *pn);
29846 sqlite3SetString(char **pz, sqlite3 *db, const char *zNew) sqlite3SetString() argument
172361 getToken(const unsigned char **pz) global() argument
180453 fts3Appendf( int *pRc, char **pz, const char *zFormat, ... ) global() argument
188270 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond)(const char*) ) global() argument
194976 fts3Getint(const char **pz) global() argument
209296 rbuDeltaGetInt(const char **pz, int *pLen) global() argument
211136 char **pz = &p->zErrmsg; global() local
226524 fts5ExprGetToken( Fts5Parse *pParse, const char **pz, Fts5Token *pToken ) global() argument
227912 fts5ParseStringFromToken(Fts5Token *pToken, char **pz) global() argument
238664 fts5ApiColumnText( Fts5Context *pCtx, int iCol, const char **pz, int *pn ) global() argument
[all...]

Completed in 164 milliseconds