HomeSort by relevance Sort by last modified time
    Searched refs:ed (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/e2fsprogs/lib/ext2fs/
atexit.c 37 struct exit_data *ed; local
39 for (ed = items + nr_items - 1; ed >= items; ed--) {
40 if (ed->func == NULL)
42 ed->func(ed->data);
56 struct exit_data *ed, *free_ed = NULL; local
63 for (x = 0, ed = items; x < nr_items; x++, ed++)
97 struct exit_data *ed; local
    [all...]
  /external/libexif/test/
test-mem.c 33 ExifData *ed; local
41 ed = exif_data_new ();
42 exif_data_set_data_type (ed, EXIF_DATA_TYPE_UNCOMPRESSED_CHUNKY);
45 exif_data_fix (ed);
47 exif_data_dump (ed);
50 exif_data_save_data (ed, &eb, &ebs);
51 exif_data_unref (ed);
61 ed = exif_loader_get_data (loader);
63 exif_data_dump (ed);
64 exif_data_unref (ed);
    [all...]
  /external/libexif/contrib/examples/
thumbnail.c 25 ExifData *ed; local
31 ed = exif_loader_get_data(l);
36 if (ed) {
38 if (ed->data && ed->size) {
49 fwrite(ed->data, 1, ed->size, thumb);
62 exif_data_unref(ed);
photographer.c 70 ExifData *ed; local
81 ed = exif_data_new_from_file(argv[1]);
82 if (!ed) {
90 show_tag(ed, EXIF_IFD_0, EXIF_TAG_ARTIST);
91 show_tag(ed, EXIF_IFD_0, EXIF_TAG_XP_AUTHOR);
92 show_tag(ed, EXIF_IFD_0, EXIF_TAG_COPYRIGHT);
95 show_tag(ed, EXIF_IFD_EXIF, EXIF_TAG_USER_COMMENT);
96 show_tag(ed, EXIF_IFD_0, EXIF_TAG_IMAGE_DESCRIPTION);
97 show_tag(ed, EXIF_IFD_1, EXIF_TAG_IMAGE_DESCRIPTION);
103 entry = exif_content_get_entry(ed->ifd[EXIF_IFD_0], EXIF_TAG_MAKE)
    [all...]
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/
EnumDeclarationTransformationsTest.java 57 EnumDeclaration ed = consider("enum A { E1, E2 }"); local
58 ed.setModifiers(EnumSet.of(Modifier.PUBLIC));
59 assertTransformedToString("public enum A { E1, E2 }", ed);
64 EnumDeclaration ed = consider("public enum A { E1, E2 }"); local
65 ed.setModifiers(EnumSet.noneOf(Modifier.class));
66 assertTransformedToString("enum A { E1, E2 }", ed);
71 EnumDeclaration ed = consider("public enum A { E1, E2 }"); local
72 ed.setModifiers(EnumSet.of(Modifier.PROTECTED));
73 assertTransformedToString("protected enum A { E1, E2 }", ed);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 196 EdgeData &ed = getHeuristicEdgeData(eItr); local
197 ed.isUpToDate = false;
268 EdgeData &ed = getHeuristicEdgeData(eItr);
269 (void)ed;
270 assert(ed.isUpToDate && "Edge data is not up to date.");
309 EdgeData &ed = getHeuristicEdgeData(eItr); local
311 if (ed.isUpToDate)
322 ed.worst = 0;
323 ed.reverseWorst = 0;
324 ed.unsafe.clear()
357 EdgeData &ed = getHeuristicEdgeData(eItr); local
384 EdgeData &ed = getHeuristicEdgeData(eItr); local
    [all...]
  /external/u-boot/drivers/usb/host/
ohci-hcd.c 113 /* Do not use sizeof(ed / td) as our ed / td structs contain extra members */
179 "of ED) or the remaining buffer size.",
211 static int ep_link(ohci_t * ohci, ed_t * ed);
212 static int ep_unlink(ohci_t * ohci, ed_t * ed);
238 static inline void ed_free(struct ed *ed)
240 ed->usb_dev = NULL;
315 /* just for debugging; prints non-empty branches of the int ed tree
329 ed_t *ed = (ed_t *)m32_swap(ed_p) local
511 ed_t *ed; local
665 volatile ed_t *ed = edi; local
774 volatile ed_t *ed = edi; local
848 volatile ed_t *ed; local
1134 ed_t *ed; local
    [all...]
ohci.h 43 /* ED States */
51 struct ed { struct
57 struct ed *ed_prev;
65 struct ed *ed_rm_list;
71 typedef struct ed ed_t;
121 struct ed *ed; member in struct:td
141 __u32 int_table[NUM_INTS]; /* Interrupt ED table */
347 ed_t *ed; member in struct:__anon47515
369 ed_t ed[NUM_EDS] __aligned(ED_ALIGNMENT)
    [all...]
  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 189 /* just for debugging; prints non-empty branches of the int ed tree inclusive iso eds*/
200 ed_t *ed = (ed_t *)m32_swap(ed_p); local
201 printf (" ed: %4x;", ed->hwINFO);
202 ed_p = &ed->hwNextED;
378 ed_t * ed; local
391 /* every endpoint has a ed, locate and fill it */
392 if (!(ed = ep_add_ed (dev, pipe))) {
417 purb_priv->ed = ed;
469 volatile ed_t *ed = edi; local
572 volatile ed_t *ed; local
798 ed_t *ed; local
    [all...]
au1x00_usb_ohci.h 32 /* ED States */
41 struct ed { struct
47 struct ed *ed_prev;
55 struct ed *ed_rm_list;
60 typedef struct ed ed_t;
110 struct ed *ed; member in struct:td
130 __u32 int_table[NUM_INTS]; /* Interrupt ED table */
331 ed_t *ed; member in struct:__anon46965
374 ed_t ed[NUM_EDS] member in struct:ohci_device
    [all...]
  /external/autotest/server/cros/
casey_chromeos5_ap_list.conf 35 [10:fe:ed:68:29:a2]
41 bss = 10:fe:ed:68:29:a2
43 wan mac = 10:fe:ed:68:29:a2
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PrintThunk/
PrintThunk.inf 26 FILE_GUID = 3792FF94-8614-45ed-902B-1207BF1490A8
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
TestStorage.java 49 public void visitClassExecution(final ExecutionData ed) {
50 data.put(Long.valueOf(ed.getId()), ed); local
  /development/tools/findunused/
removeunusedresources 61 xmlstarlet ed -P -S -d "/resources/string[@name='$LINE']" $RESLINE > tf$$
66 xmlstarlet ed -P -S -d "/resources/*[@name='$LINE']" $RESLINE > tf$$
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/secure/
secure.c 54 uintptr_t st, uintptr_t ed)
59 assert(st < ed);
63 assert(ed % SIZE_M(1) == 0);
66 ed_mb = ed / SIZE_M(1);
  /external/libexif/libexif/canon/
exif-mnote-data-canon.h 48 * \param[in] ed image #ExifData to identify as as a Canon type
49 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but
54 int exif_mnote_data_canon_identify (const ExifData *ed, const ExifEntry *e);
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.h 43 * \param[in] ed image #ExifData to identify as as a Fuji type
44 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but
49 int exif_mnote_data_fuji_identify (const ExifData *ed, const ExifEntry *e);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellInstall1CommandsLib/
UefiShellInstall1CommandsLib.inf 18 FILE_GUID = D250E364-51C6-49ed-AEBF-6D83F5130F74
  /external/google-breakpad/src/processor/
binarystream_unittest.cc 140 const uint8_t ea = 0, eb = 100, ec = 200, ed = 0xFF; local
142 stream << ea << eb << ec << ed; local
148 EXPECT_EQ(ed, d);
159 stream << ea << eb << ec << ed; local
164 EXPECT_EQ(ed, d);
170 const uint16_t ea = 0, eb = 0x100, ec = 0x8000, ed = 0xFFFF; local
172 stream << ea << eb << ec << ed; local
178 EXPECT_EQ(ed, d);
189 stream << ea << eb << ec << ed; local
194 EXPECT_EQ(ed, d)
200 const uint32_t ea = 0, eb = 0x10000, ec = 0x8000000, ed = 0xFFFFFFFF; local
202 stream << ea << eb << ec << ed; local
219 stream << ea << eb << ec << ed; local
231 ed = 0xFFFFFFFFFFFFFFFFULL; local
233 stream << ea << eb << ec << ed; local
250 stream << ea << eb << ec << ed; local
    [all...]
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.h 57 * \param[in] ed image #ExifData to identify as as an Olympus type
58 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but
63 int exif_mnote_data_olympus_identify (const ExifData *ed, const ExifEntry *e);
  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.h 49 * \param[in] ed image #ExifData to identify as as a Pentax type
50 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but
55 int exif_mnote_data_pentax_identify (const ExifData *ed, const ExifEntry *e);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
QNCInitDxe.inf 29 FILE_GUID = 74D3B506-EE9C-47ed-B749-41261401DA78
  /external/u-boot/tools/patman/
func_test.py 130 ed = u'Lond Edmund Blackaddėr <weasel@blackadder.org'
139 'simon': [ed],
185 self.assertEqual(' Cc: %s' % ed.encode('utf-8'), lines[line + 3])
197 ed)).encode('utf-8'), cc_lines[1])
  /external/libexif/libexif/
exif-loader.c 412 ExifData *ed; local
418 ed = exif_data_new_mem (loader->mem);
419 exif_data_log (ed, loader->log);
420 exif_data_load_data (ed, loader->buf, loader->bytes_read);
422 return ed;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.inf 19 FILE_GUID = E94F54CD-81EB-47ed-AEC3-856F5DC157A9

Completed in 1496 milliseconds

1 2 3 4 5