HomeSort by: relevance | last modified time | path
    Searched defs:pf1 (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/pci/bktr/
bktr_core.c 3802 const struct meteor_pixfmt *pf1, *pf2; local
3811 pf1 = &meteor_pixfmt_table[i].public;
3817 if ((pf1->type == pf2->type) &&
3818 (pf1->Bpp == pf2->Bpp) &&
3819 !memcmp(pf1->masks, pf2->masks, sizeof(pf1->masks)) &&
3820 (pf1->swap_bytes == pf2->swap_bytes) &&
3821 (pf1->swap_shorts == pf2->swap_shorts))
bktr_core.c 3802 const struct meteor_pixfmt *pf1, *pf2; local
3811 pf1 = &meteor_pixfmt_table[i].public;
3817 if ((pf1->type == pf2->type) &&
3818 (pf1->Bpp == pf2->Bpp) &&
3819 !memcmp(pf1->masks, pf2->masks, sizeof(pf1->masks)) &&
3820 (pf1->swap_bytes == pf2->swap_bytes) &&
3821 (pf1->swap_shorts == pf2->swap_shorts))
bktr_core.c 3802 const struct meteor_pixfmt *pf1, *pf2; local
3811 pf1 = &meteor_pixfmt_table[i].public;
3817 if ((pf1->type == pf2->type) &&
3818 (pf1->Bpp == pf2->Bpp) &&
3819 !memcmp(pf1->masks, pf2->masks, sizeof(pf1->masks)) &&
3820 (pf1->swap_bytes == pf2->swap_bytes) &&
3821 (pf1->swap_shorts == pf2->swap_shorts))
  /src/external/gpl3/binutils/dist/binutils/
debug.c 3263 struct debug_field_s **pf1, **pf2;
3265 for (pf1 = c1->fields, pf2 = c2->fields;
3266 *pf1 != NULL && *pf2 != NULL;
3267 pf1++, pf2++)
3271 f1 = *pf1;
3302 if (*pf1 != NULL || *pf2 != NULL)
3260 struct debug_field_s **pf1, **pf2; local
debug.c 3263 struct debug_field_s **pf1, **pf2;
3265 for (pf1 = c1->fields, pf2 = c2->fields;
3266 *pf1 != NULL && *pf2 != NULL;
3267 pf1++, pf2++)
3271 f1 = *pf1;
3302 if (*pf1 != NULL || *pf2 != NULL)
3260 struct debug_field_s **pf1, **pf2; local
debug.c 3263 struct debug_field_s **pf1, **pf2;
3265 for (pf1 = c1->fields, pf2 = c2->fields;
3266 *pf1 != NULL && *pf2 != NULL;
3267 pf1++, pf2++)
3271 f1 = *pf1;
3302 if (*pf1 != NULL || *pf2 != NULL)
3260 struct debug_field_s **pf1, **pf2; local
  /src/external/gpl3/binutils.old/dist/binutils/
debug.c 3258 struct debug_field_s **pf1, **pf2;
3260 for (pf1 = c1->fields, pf2 = c2->fields;
3261 *pf1 != NULL && *pf2 != NULL;
3262 pf1++, pf2++)
3266 f1 = *pf1;
3297 if (*pf1 != NULL || *pf2 != NULL)
3255 struct debug_field_s **pf1, **pf2; local
debug.c 3258 struct debug_field_s **pf1, **pf2;
3260 for (pf1 = c1->fields, pf2 = c2->fields;
3261 *pf1 != NULL && *pf2 != NULL;
3262 pf1++, pf2++)
3266 f1 = *pf1;
3297 if (*pf1 != NULL || *pf2 != NULL)
3255 struct debug_field_s **pf1, **pf2; local
debug.c 3258 struct debug_field_s **pf1, **pf2;
3260 for (pf1 = c1->fields, pf2 = c2->fields;
3261 *pf1 != NULL && *pf2 != NULL;
3262 pf1++, pf2++)
3266 f1 = *pf1;
3297 if (*pf1 != NULL || *pf2 != NULL)
3255 struct debug_field_s **pf1, **pf2; local
  /src/external/bsd/ntp/dist/ntpd/
ntp_config.c 1225 gen_fifo *pf1; local
1228 pf1 = first;
1230 if (NULL == pf1)
1233 return pf1;
1235 CONCAT_FIFO(*pf1, *pf2, link);
1238 return pf1;
1248 any_node_fifo * pf1 = fifo; local
1250 if (pf1 != NULL) {
1254 UNLINK_FIFO(np, *pf1, link);
1259 free(pf1);
    [all...]
ntp_config.c 1225 gen_fifo *pf1; local
1228 pf1 = first;
1230 if (NULL == pf1)
1233 return pf1;
1235 CONCAT_FIFO(*pf1, *pf2, link);
1238 return pf1;
1248 any_node_fifo * pf1 = fifo; local
1250 if (pf1 != NULL) {
1254 UNLINK_FIFO(np, *pf1, link);
1259 free(pf1);
    [all...]
ntp_config.c 1225 gen_fifo *pf1; local
1228 pf1 = first;
1230 if (NULL == pf1)
1233 return pf1;
1235 CONCAT_FIFO(*pf1, *pf2, link);
1238 return pf1;
1248 any_node_fifo * pf1 = fifo; local
1250 if (pf1 != NULL) {
1254 UNLINK_FIFO(np, *pf1, link);
1259 free(pf1);
    [all...]

Completed in 147 milliseconds