/external/mesa3d/src/mesa/state_tracker/ |
st_shader_cache.c | 40 write_stream_out_to_cache(struct blob *blob, 43 blob_write_bytes(blob, &tgsi->stream_output, 48 write_tgsi_to_cache(struct blob *blob, const struct tgsi_token *tokens, 51 blob_write_uint32(blob, num_tokens); 52 blob_write_bytes(blob, tokens, num_tokens * sizeof(struct tgsi_token)); 54 prog->driver_cache_blob = ralloc_size(NULL, blob->size); 55 memcpy(prog->driver_cache_blob, blob->data, blob->size) 62 struct blob blob; local [all...] |
/external/openssh/ |
ssh-pkcs11-client.c | 110 u_char *blob, *signature = NULL; local 119 if (key_to_blob(&key, &blob, &blen) == 0) 123 buffer_put_string(&msg, blob, blen); 126 free(blob); 191 u_char *blob; local 209 blob = buffer_get_string(&msg, &blen); 211 k = key_from_blob(blob, blen); 214 free(blob);
|
/external/skia/gm/ |
dftext.cpp | 121 auto blob = SkTextBlob::MakeFromPosText(glyphs.get(), count * sizeof(SkGlyphID), variable 123 canvas->drawTextBlob(blob, 0, 0, paint);
|
/external/skia/tests/ |
TextBlobCacheTest.cpp | 34 const auto& blob = blobs[i]; local 35 const SkRect& bounds = blob->bounds(); 38 canvas->drawTextBlob(blob, 0, SkIntToScalar(yOffset), paint);
|
/external/skqp/gm/ |
dftext.cpp | 123 auto blob = SkTextBlob::MakeFromPosText(glyphs.get(), count * sizeof(SkGlyphID), variable 125 canvas->drawTextBlob(blob, 0, 0, paint);
|
/external/skqp/tests/ |
TextBlobCacheTest.cpp | 34 const auto& blob = blobs[i]; local 35 const SkRect& bounds = blob->bounds(); 38 canvas->drawTextBlob(blob, 0, SkIntToScalar(yOffset), paint);
|
/external/u-boot/arch/arm/mach-rockchip/ |
rk322x-board.c | 111 const void *blob = gd->fdt_blob; local 114 node = fdt_node_offset_by_compatible(blob, -1, 118 mode = fdt_getprop(blob, node, "dr_mode", NULL); 124 node = fdt_node_offset_by_compatible(blob, node, 131 rk322x_otg_data.regs_otg = fdtdec_get_addr(blob, node, "reg");
|
rk3288-board-spl.c | 38 const void *blob = gd->fdt_blob; local 44 bootdev = fdtdec_get_config_string(blob, "u-boot,boot0"); 49 node = fdt_path_offset(blob, bootdev);
|
/external/u-boot/arch/microblaze/cpu/ |
interrupts.c | 117 const void *blob = gd->fdt_blob; local 122 node = fdt_node_offset_by_compatible(blob, node, 125 fdt_addr_t base = fdtdec_get_addr(blob, node, "reg"); 131 irq_no = fdtdec_get_int(blob, node, "xlnx,num-intr-inputs", 0);
|
/external/u-boot/arch/sandbox/cpu/ |
state.c | 18 void *blob = state->state_fdt; local 23 used = fdt_off_dt_strings(blob) + fdt_size_dt_strings(blob); 24 size = fdt_totalsize(blob); 34 ret = fdt_open_into(blob, buf, size); 40 os_free(blob); 95 * @blob: FDT containing state 99 struct sandbox_state_io *io, const void *blob) 111 while (blob) { 112 node = fdt_node_offset_by_compatible(blob, node, io->compat) 144 const void *blob; local 191 void *blob; local 310 void *blob; local [all...] |
/external/u-boot/arch/x86/cpu/broadwell/ |
sata.c | 236 const void *blob = gd->fdt_blob; local 239 plat->port_map = fdtdec_get_int(blob, node, "intel,sata-port-map", 0); 240 plat->port0_gen3_tx = fdtdec_get_int(blob, node,
|
/external/u-boot/arch/x86/cpu/intel_common/ |
microcode.c | 40 static int microcode_decode_node(const void *blob, int node, 43 update->data = fdt_getprop(blob, node, "data", &update->size); 47 update->header_version = fdtdec_get_int(blob, node, 49 update->update_revision = fdtdec_get_int(blob, node, 51 update->date_code = fdtdec_get_int(blob, node, 53 update->processor_signature = fdtdec_get_int(blob, node, 55 update->checksum = fdtdec_get_int(blob, node, "intel,checksum", 0); 56 update->loader_revision = fdtdec_get_int(blob, node, 58 update->processor_flags = fdtdec_get_int(blob, node, 126 const void *blob = gd->fdt_blob local [all...] |
/external/u-boot/arch/x86/lib/ |
mrccache.c | 193 const void *blob = gd->fdt_blob; local 199 node = fdtdec_next_compatible(blob, 0, COMPAT_GENERIC_SPI_FLASH); 205 if (fdtdec_get_int_array(blob, node, "memory-map", reg, 2)) 210 mrc_node = fdt_subnode_offset(blob, node, "rw-mrc-cache"); 214 if (fdtdec_get_int_array(blob, mrc_node, "reg", reg, 2))
|
/external/u-boot/drivers/i2c/ |
s3c24x0_i2c.c | 306 const void *blob = gd->fdt_blob; local 314 i2c_bus->id = pinmux_decode_periph_id(blob, node); 316 i2c_bus->clock_frequency = fdtdec_get_int(blob, node,
|
/external/u-boot/drivers/pinctrl/mvebu/ |
pinctrl-mvebu.c | 41 const void *blob = gd->fdt_blob; local 45 if (!fdt_node_check_compatible(blob, node, "marvell,ap806-pinctrl")) { 51 } else if (!fdt_node_check_compatible(blob, node, 69 const void *blob = gd->fdt_blob; local 78 pin_count = fdtdec_get_int_array_count(blob, node, 88 function = fdtdec_get_int(blob, node, "marvell,function", 0xff); 130 const void *blob = gd->fdt_blob; local 138 err = fdtdec_get_int_array(blob, node, "pin-func", 184 const void *blob = gd->fdt_blob; local 200 priv->pin_cnt = fdtdec_get_int(blob, node, "pin-count" [all...] |
/external/u-boot/drivers/pinctrl/ |
pinctrl-at91-pio4.c | 38 static u32 atmel_pinctrl_get_pinconf(const void *blob, int node) 46 if (!fdt_get_property(blob, node, params->property, NULL)) 110 const void *blob = gd->fdt_blob; local 117 conf = atmel_pinctrl_get_pinconf(blob, node); 119 count = fdtdec_get_int_array_count(blob, node, "pinmux",
|
/external/u-boot/drivers/power/regulator/ |
gpio-regulator.c | 31 const void *blob = gd->fdt_blob; local 56 count = fdtdec_get_int_array_count(blob, node, "states",
|
/external/u-boot/drivers/usb/host/ |
ehci-exynos.c | 47 const void *blob = gd->fdt_blob; local 61 node = fdtdec_next_compatible_subnode(blob, dev_of_offset(dev), 71 plat->phy_base = fdtdec_get_addr(blob, node, "reg");
|
xhci-exynos5.c | 56 const void *blob = gd->fdt_blob; local 70 node = fdtdec_next_compatible_subnode(blob, dev_of_offset(dev), 80 plat->phy_base = fdtdec_get_addr(blob, node, "reg");
|
/external/ImageMagick/coders/ |
jnx.c | 43 #include "MagickCore/blob.h" 44 #include "MagickCore/blob-private.h" 261 *blob; 289 blob=(unsigned char *) AcquireQuantumMemory((size_t) tile_length+2, 290 sizeof(*blob)); 291 if (blob == (unsigned char *) NULL) 297 blob[0]=0xFF; 298 blob[1]=0xD8; 299 count=ReadBlob(image,tile_length,blob+2); 304 blob=(unsigned char *) RelinquishMagickMemory(blob) 258 *blob; local [all...] |
mpeg.c | 42 #include "MagickCore/blob.h" 43 #include "MagickCore/blob-private.h" 247 % supports the saving of more than one frame to the same file or blob, 502 *blob; 538 blob=(unsigned char *) NULL; 570 blob=(unsigned char *) FileToBlob(previous_image,~0UL,&length, 578 status=BlobToFile(filename,blob,length,exception); 596 if (blob != (unsigned char *) NULL) 597 blob=(unsigned char *) RelinquishMagickMemory(blob); 495 *blob; local [all...] |
/external/dtc/tests/ |
testutils.c | 161 char *blob; local 162 int ret = utilfdt_read_err(filename, &blob); 165 CONFIG("Couldn't open blob from \"%s\": %s", filename, 167 return blob; 182 CONFIG("Couldn't write blob to \"%s\": %s", filename, 186 void *open_blob_rw(void *blob) 189 void *buf = blob; 191 err = fdt_open_into(blob, buf, fdt_totalsize(blob)); 194 int newsize = fdt_totalsize(blob) + 8 [all...] |
/external/harfbuzz_ng/src/ |
hb-blob.cc | 29 #include "hb-blob.hh" 44 * SECTION: hb-blob 45 * @title: hb-blob 58 * @data: Pointer to blob data. 64 * Creates a new "blob" object wrapping @data. The @mode parameter is used 67 * Return value: New blob, or the empty blob if something failed or if @length is 79 hb_blob_t *blob; local 83 !(blob = hb_object_create<hb_blob_t> ())) { 89 blob->data = data 138 hb_blob_t *blob; local [all...] |
test-ot-color.cc | 49 hb_blob_t *blob = hb_ot_color_glyph_reference_svg (face, glyph_id); local 51 if (hb_blob_get_length (blob) == 0) continue; 54 const char *data = hb_blob_get_data (blob, &length); 67 hb_blob_destroy (blob); 83 hb_blob_t *blob = hb_ot_color_glyph_reference_png (font, sample_glyph_id); local 84 unsigned int blob_length = hb_blob_get_length (blob); 85 hb_blob_destroy (blob); 96 hb_blob_t *blob = hb_ot_color_glyph_reference_png (font, sample_glyph_id); local 97 unsigned int new_blob_length = hb_blob_get_length (blob); 98 hb_blob_destroy (blob); 103 hb_blob_t *blob = hb_ot_color_glyph_reference_png (font, glyph_id); local 289 hb_blob_t *blob = hb_blob_create_from_file (argv[1]); local [all...] |
/external/harfbuzz_ng/test/api/ |
test-ot-color.c | 384 hb_blob_t *blob; local 388 blob = hb_ot_color_glyph_reference_svg (svg, 0); 389 g_assert (hb_blob_get_length (blob) == 0); 391 blob = hb_ot_color_glyph_reference_svg (svg, 1); 392 data = hb_blob_get_data (blob, &length); 396 hb_blob_destroy (blob); 398 blob = hb_ot_color_glyph_reference_svg (empty, 0); 399 g_assert (hb_blob_get_length (blob) == 0); 406 hb_blob_t *blob; local 415 blob = hb_ot_color_glyph_reference_png (sbix_font, 0) [all...] |