HomeSort by relevance Sort by last modified time
    Searched refs:API_SIG_MAGLEN (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
api_public.h 22 #define API_SIG_MAGLEN 8
25 char magic[API_SIG_MAGLEN]; /* magic string */
  /external/u-boot/examples/api/
glue.c 53 search_end = search_start + API_SEARCH_LEN - API_SIG_MAGLEN;
56 while ((sp + API_SIG_MAGLEN) < (unsigned char *)search_end) {
57 if (!memcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) {
62 sp += API_SIG_MAGLEN;

Completed in 119 milliseconds