/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_print.c | 77 static size_t prune_origin(const char *name, const char *origin); 81 const u_char **p, const char *origin, 108 const char *name_ctx, const char *origin, in ns_sprintrr() argument 116 name_ctx, origin, buf, buflen); in ns_sprintrr() 132 const char *name_ctx, const char *origin, in ns_sprintrrf() argument 153 len = prune_origin(name, origin); in ns_sprintrrf() 159 if ((!origin || !origin[0] || name[len] == '\0') && in ns_sprintrrf() 194 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() 217 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() 221 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | 7zFile.c | 146 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin) in File_Seek() argument 154 switch (origin) in File_Seek() 175 switch (origin) in File_Seek() 238 static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin) in FileInStream_Seek() argument 241 return File_Seek(&p->file, pos, origin); in FileInStream_Seek()
|
D | Types.h | 138 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); 152 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
|
D | 7zFile.h | 42 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin);
|
D | 7zStream.c | 127 static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin) in LookToRead_Seek() argument 131 return p->realStream->Seek(p->realStream, pos, origin); in LookToRead_Seek()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | webchecker.py | 426 origin = url, rawlink 427 self.newlink((link, fragment), origin) 434 def newlink(self, url, origin): argument 436 self.newdonelink(url, origin) 438 self.newtodolink(url, origin) 440 def newdonelink(self, url, origin): argument 441 if origin not in self.done[url]: 442 self.done[url].append(origin) 450 source, rawlink = origin 454 def newtodolink(self, url, origin): argument [all …]
|
D | wcgui.py | 293 def newlink(self, url, origin): argument 294 webchecker.Checker.newlink(self, url, origin)
|
/device/google/contexthub/firmware/os/inc/ |
D | seos_priv.h | 37 #define EVENT_WITH_ORIGIN(evt, origin) (((evt) & EVT_MASK) | ((origin) << (32 - TASK_TID_BITS… argument
|
/device/google/dragon/audio/hal/ |
D | cras_dsp_pipeline.c | 166 struct plugin **origin, int *origin_index) in find_origin_port() argument 188 *origin = plugin; in find_origin_port() 224 return find_origin_port(ini, instances, plugin, index, origin, in find_origin_port() 319 struct plugin *origin = NULL; in topological_sort() local 324 i, &origin, &origin_index) < 0) in topological_sort() 340 &pipeline->instances, origin, in topological_sort() 360 &pipeline->instances, origin, in topological_sort()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | Types.h | 161 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); 175 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | Types.h | 161 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); 175 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 129 uint32_t lastOutType = 0, origin = 0; in packNanoRelocs() local 175 origin = 0; in packNanoRelocs() 177 displacement = app->nanoReloc[i].ofstInRam - origin; in packNanoRelocs() 178 origin = app->nanoReloc[i].ofstInRam + 4; in packNanoRelocs() 195 origin = app->nanoReloc[j + i - 1].ofstInRam + 4; //reset origin to last one in packNanoRelocs()
|
D | postprocess_elf.c | 127 uint32_t lastOutType = 0, origin = 0; in packNanoRelocs() local 166 origin = 0; in packNanoRelocs() 168 displacement = nanoRelocs[i].ofstInRam - origin; in packNanoRelocs() 169 origin = nanoRelocs[i].ofstInRam + 4; in packNanoRelocs() 184 origin = nanoRelocs[j + i - 1].ofstInRam + 4; //reset origin to last one in packNanoRelocs()
|
/device/linaro/hikey/hikey/ |
D | README | 42 $ git checkout -b android-hikey-linaro-4.9 origin/android-hikey-linaro-4.9
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | misc.c | 892 unsigned *origin; /* MR10 */ local 914 /* MR10 */ origin=set_pdq(c->cyclicDep); 915 /* MR10 */ for (cursor=origin; *cursor != nil; cursor++) { 929 /* MR10 */ free( (char *) origin); 930 /* MR10 */ origin=NULL;
|
D | mrhoist.c | 3016 unsigned *origin=set_pdq(s); local 3018 require(origin != NULL,"set_pdq failed"); 3023 for (cursor=origin; *cursor != nil ; cursor++) { 3028 free( (char *) origin);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | FAQ | 182 For altered source distributions, you should also note the origin and 184 with the dates of the alterations. The origin should include at least your 190 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
D | README | 105 1. The origin of this software must not be misrepresented; you must not
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | FAQ | 183 For altered source distributions, you should also note the origin and 185 with the dates of the alterations. The origin should include at least your 191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
D | README | 97 1. The origin of this software must not be misrepresented; you must not
|
/device/linaro/bootloader/arm-trusted-firmware/ |
D | Makefile | 53 BASE_COMMIT := origin/master
|
/device/google/dragon/DragonKeyboard/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/device/huawei/angler/dumpstate/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/device/lge/bullhead/liblight/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/device/google/dragon/dumpstate/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|