Searched defs:pt (Results 126 - 150 of 414) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-dec.c76 u8 pt[16])
141 PUTU32(pt , s0);
143 PUTU32(pt + 4, s1);
145 PUTU32(pt + 8, s2);
147 PUTU32(pt + 12, s3);
75 rijndaelDecrypt(const u32 rk[ ], int Nr, const u8 ct[16], u8 pt[16]) argument
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-dec.c76 u8 pt[16])
141 PUTU32(pt , s0);
143 PUTU32(pt + 4, s1);
145 PUTU32(pt + 8, s2);
147 PUTU32(pt + 12, s3);
75 rijndaelDecrypt(const u32 rk[ ], int Nr, const u8 ct[16], u8 pt[16]) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-dec.c76 u8 pt[16])
141 PUTU32(pt , s0);
143 PUTU32(pt + 4, s1);
145 PUTU32(pt + 8, s2);
147 PUTU32(pt + 12, s3);
75 rijndaelDecrypt(const u32 rk[ ], int Nr, const u8 ct[16], u8 pt[16]) argument
/external/yaffs2/yaffs2/direct/
H A Dyaffs_flashif.c135 yaffs_PackedTags pt; local
136 yaffs_PackTags(&pt,tags);
137 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt));
165 yaffs_PackedTags pt; local
166 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(yaffs_PackedTags));
167 yaffs_UnpackTags(tags,&pt);
H A Dyaffs_ramdisk.c139 yaffs_PackedTags1 pt; local
141 yaffs_PackTags1(&pt,tags);
142 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt));
170 yaffs_PackedTags1 pt; local
172 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(pt));
173 yaffs_UnpackTags1(tags,&pt);
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_output_watcher_unittest.cc98 void StartWatch(int pt, int stop) { argument
100 ProcessOutputWatcher* crosh_watcher = new ProcessOutputWatcher(pt, stop,
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DMatrix.cpp139 Vector3 Matrix4::transform(const Matrix4 &mat, const Vector3 &pt) argument
141 Vector4 transformed = Vector4::normalize(mat * Vector4(pt.x, pt.y, pt.z, 1.0f));
145 Vector3 Matrix4::transform(const Matrix4 &mat, const Vector4 &pt) argument
147 Vector4 transformed = Vector4::normalize(mat * pt);
/external/chromium_org/third_party/icu/source/samples/layout/
H A DGDIFontInstance.cpp111 POINT pt; local
130 pt.x = (int) (pointSize * dpiX / 72);
131 pt.y = (int) (pointSize * dpiY / 72);
133 DPtoLP(hdc, &pt, 1);
135 pt.x = pt.y = pointSize;
138 lf.lfHeight = - pt.y;
196 POINT pt; local
218 pt.x = (int) (pointSize * fDeviceScaleX);
219 pt
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcodec.h153 AudioCodec(int pt, const std::string& nm, int cr, int br, int cs, int pr) argument
154 : Codec(pt, nm, cr, pr),
205 VideoCodec(int pt, const std::string& nm, int w, int h, int fr, int pr) argument
206 : Codec(pt, nm, kVideoCodecClockrate, pr),
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp_priv.h76 unsigned char pt:7; /* payload type */ member in struct:__anon12837
91 unsigned pt:7; /* payload type */ member in struct:__anon12838
118 unsigned char pt:8; /* payload type */ member in struct:__anon12840
137 unsigned char pt:8; /* payload type */ member in struct:__anon12842
146 unsigned int pt:8; /* payload type */ member in struct:__anon12843
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtokenize.c111 int pt; /* near block/prev token context index */ local
126 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l);
132 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt];
135 ++x->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN];
147 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt];
149 ++x->coef_counts [1] [0] [pt] [token];
150 pt = vp8_prev_token_class[token];
164 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt];
166 t->skip_eob_node = ((pt == 0));
168 ++x->coef_counts [1] [band] [pt] [toke
202 int pt; /* near block/prev token context index */ local
430 int type, band, pt, t; local
503 int pt; /* near block/prev token context index */ local
528 int pt; /* near block/prev token context index */ local
553 int pt; /* near block/prev token context index */ local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_tile.c49 struct pipe_transfer *pt,
56 dst_stride = util_format_get_stride(pt->resource->format, w);
58 if (u_clip_tile(x, y, &w, &h, &pt->box))
61 src = pipe->transfer_map(pipe, pt);
66 util_copy_rect(dst, pt->resource->format, dst_stride, 0, 0, w, h, src, pt->stride, x, y);
68 pipe->transfer_unmap(pipe, pt);
77 struct pipe_transfer *pt,
82 enum pipe_format format = pt->resource->format;
87 if (u_clip_tile(x, y, &w, &h, &pt
48 pipe_get_tile_raw(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, void *dst, int dst_stride) argument
76 pipe_put_tile_raw(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, const void *src, int src_stride) argument
445 pipe_get_tile_rgba(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, float *p) argument
455 pipe_get_tile_rgba_format(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, enum pipe_format format, float *p) argument
486 pipe_put_tile_rgba(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, const float *p) argument
496 pipe_put_tile_rgba_format(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, enum pipe_format format, const float *p) argument
547 pipe_put_tile_i_format(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, enum pipe_format format, const int *p) argument
575 pipe_put_tile_ui_format(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, enum pipe_format format, const unsigned int *p) argument
606 pipe_get_tile_z(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, uint *z) argument
735 pipe_put_tile_z(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, const uint *zSrc) argument
870 pipe_get_tile_ui_format(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, enum pipe_format format, unsigned int *p) argument
901 pipe_get_tile_i_format(struct pipe_context *pipe, struct pipe_transfer *pt, uint x, uint y, uint w, uint h, enum pipe_format format, int *p) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_surface.c216 struct pipe_resource *pt = &tex->b.b; local
220 assert(util_format_get_blockwidth(pt->format) == 1);
221 assert(util_format_get_blockheight(pt->format) == 1);
225 util_format_get_blocksize(pt->format),
244 struct pipe_resource *pt = &tex->b.b; local
249 assert(util_format_get_blockwidth(pt->format) == 1);
250 assert(util_format_get_blockheight(pt->format) == 1);
264 util_format_get_blocksize(pt->format),
280 struct pipe_resource *pt,
286 if (pt
279 i915_create_surface(struct pipe_context *ctx, struct pipe_resource *pt, const struct pipe_surface *surf_tmpl) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_miptree.c37 layer_offset(struct pipe_resource *pt, unsigned level, unsigned layer) argument
39 struct nv30_miptree *mt = nv30_miptree(pt);
42 if (pt->target == PIPE_TEXTURE_CUBE)
50 struct pipe_resource *pt,
53 struct nv30_miptree *mt = nv30_miptree(pt);
65 nv30_miptree_destroy(struct pipe_screen *pscreen, struct pipe_resource *pt) argument
67 struct nv30_miptree *mt = nv30_miptree(pt);
88 define_rect(struct pipe_resource *pt, unsigned level, unsigned z, argument
92 struct nv30_miptree *mt = nv30_miptree(pt);
95 rect->w = u_minify(pt
49 nv30_miptree_get_handle(struct pipe_screen *pscreen, struct pipe_resource *pt, struct winsys_handle *handle) argument
162 nv30_miptree_transfer_new(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box) argument
275 struct pipe_resource *pt = &mt->base.base; local
396 nv30_miptree_surface_new(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *tmpl) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_miptree.c113 nv50_miptree_destroy(struct pipe_screen *pscreen, struct pipe_resource *pt) argument
115 struct nv50_miptree *mt = nv50_miptree(pt);
127 struct pipe_resource *pt,
130 struct nv50_miptree *mt = nv50_miptree(pt);
188 struct pipe_resource *pt = &mt->base.base; local
189 const unsigned blocksize = util_format_get_blocksize(pt->format);
191 if (util_format_is_depth_or_stencil(pt->format))
194 if ((pt->last_level > 0) || (pt->depth0 > 1) || (pt
126 nv50_miptree_get_handle(struct pipe_screen *pscreen, struct pipe_resource *pt, struct winsys_handle *whandle) argument
209 struct pipe_resource *pt = &mt->base.base; local
259 struct pipe_resource *pt = &mt->base.base; local
349 const struct pipe_resource *pt = &mt->base.base; local
404 nv50_miptree_surface_new(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *templ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c189 const struct pipe_resource *pt = &mt->base.base; local
190 const unsigned blocksize = util_format_get_blocksize(pt->format);
192 unsigned nbx = util_format_get_nblocksx(pt->format, pt->width0);
193 unsigned nby = util_format_get_nblocksy(pt->format, pt->height0);
195 assert(pt->last_level == 0);
198 assert(!util_format_is_compressed(pt->format));
205 if (pt->array_size > 1) {
207 mt->total_size = mt->layer_stride * pt
214 struct pipe_resource *pt = &mt->base.base; local
276 struct pipe_resource *pt = &mt->base.base; local
330 const struct pipe_resource *pt = &mt->base.base; local
351 nvc0_miptree_surface_new(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *templ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_texture.c57 struct pipe_resource *pt = &spr->base; local
59 unsigned width = pt->width0;
60 unsigned height = pt->height0;
61 unsigned depth = pt->depth0;
64 for (level = 0; level <= pt->last_level; level++) {
67 if (pt->target == PIPE_TEXTURE_CUBE)
69 else if (pt->target == PIPE_TEXTURE_3D)
72 slices = pt->array_size;
74 spr->stride[level] = util_format_get_stride(pt->format, width);
78 buffer_size += (util_format_get_nblocksy(pt
156 softpipe_resource_destroy(struct pipe_screen *pscreen, struct pipe_resource *pt) argument
210 softpipe_resource_get_handle(struct pipe_screen *screen, struct pipe_resource *pt, struct winsys_handle *whandle) argument
257 softpipe_create_surface(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *surf_tmpl) argument
365 struct pipe_transfer *pt = &spt->base; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c217 struct pipe_resource *pt)
220 struct svga_texture *tex = (struct svga_texture *)pt;
216 svga_texture_destroy(struct pipe_screen *screen, struct pipe_resource *pt) argument
H A Dsvga_surface.c185 struct pipe_resource *pt,
189 struct svga_texture *tex = svga_texture(pt);
207 if (pt->target == PIPE_TEXTURE_CUBE) {
217 pipe_resource_reference(&s->base.texture, pt);
220 s->base.width = u_minify(pt->width0, surf_tmpl->u.tex.level);
221 s->base.height = u_minify(pt->height0, surf_tmpl->u.tex.level);
254 if (pt->target == PIPE_TEXTURE_3D)
262 pt, surf_tmpl->u.tex.level, face, zslice, s);
272 pt, surf_tmpl->u.tex.level, face, zslice, s);
184 svga_create_surface(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *surf_tmpl) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.c210 struct pipe_resource *pt; local
215 pt = drawable->textures[ST_ATTACHMENT_FRONT_LEFT];
217 if (pt) {
218 enum pipe_format internal_format = pt->format;
234 drawable->update_tex_buffer(drawable, ctx, pt);
238 0, internal_format, pt, FALSE);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri_drawable.c210 struct pipe_resource *pt; local
215 pt = drawable->textures[ST_ATTACHMENT_FRONT_LEFT];
217 if (pt) {
218 enum pipe_format internal_format = pt->format;
234 drawable->update_tex_buffer(drawable, ctx, pt);
238 0, internal_format, pt, FALSE);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
H A Ddri_drawable.c210 struct pipe_resource *pt; local
215 pt = drawable->textures[ST_ATTACHMENT_FRONT_LEFT];
217 if (pt) {
218 enum pipe_format internal_format = pt->format;
234 drawable->update_tex_buffer(drawable, ctx, pt);
238 0, internal_format, pt, FALSE);
/external/chromium_org/third_party/ots/test/
H A Dside-by-side.cc112 int LoadChar(FT_Face face, bool use_bitmap, int pt, FT_ULong c) { argument
126 FT_Error error = FT_Set_Char_Size(face, pt * (1 << 6), 0, kDpi, 0);
147 int pt, FT_ULong c) {
151 int ret = LoadChar(orig_face, false, pt, c);
159 ret = LoadChar(trans_face, true, pt, c);
190 static const int kPts[] = {100, 20, 18, 16, 12, 10, 8}; // pt
145 LoadCharThenCompare(FT_Library library, FT_Face orig_face, FT_Face trans_face, int pt, FT_ULong c) argument
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DConvexHull_Test.cpp247 int pt, bit; local
248 for (pt = 0; pt < cmp; ++pt) {
249 if (pts & 1 << order[pt]) {
259 if (cmpPts & 1 << cmpOrder[pt]) {
269 pts |= 1 << order[pt];
270 cmpPts |= 1 << cmpOrder[pt];
276 for (pt = 0; pt < cm
[all...]
H A DCubeRoot.cpp79 unsigned int* pt = (unsigned int*) &t; local
81 pt[1]=px[1]/3+B1;
95 unsigned int* pt = (unsigned int*) &t;
97 pt[1]=px[1]/5+B1;

Completed in 2381 milliseconds

1234567891011>>