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

  /external/libyuv/files/source/
row_dspr2.cc 604 uint32 tmp_mask = 0x7fff7fff; local
730 uint32 tmp_mask = 0xff; local
758 uint32 tmp_mask = 0xff; local
791 uint32 tmp_mask = 0xff; local
885 uint32 tmp_mask = 0x7fff7fff; local
972 uint32 tmp_mask = 0x7fff7fff; local
1063 uint32 tmp_mask = 0x80008000; local
1153 uint32 tmp_mask = 0x7fff7fff; local
    [all...]
  /external/selinux/libsepol/src/
node_record.c 458 char *tmp_mask = NULL; local
460 if (node_alloc_addr_string(handle, node->proto, &tmp_mask) < 0)
463 if (node_expand_addr(handle, node->mask, node->proto, tmp_mask) < 0)
466 *mask = tmp_mask;
470 free(tmp_mask);
500 char *tmp_mask = NULL; local
503 if (node_alloc_addr(handle, proto, &tmp_mask, &tmp_mask_sz) < 0)
506 if (node_parse_addr(handle, mask, proto, tmp_mask) < 0)
510 node->mask = tmp_mask;
515 free(tmp_mask);
527 char *tmp_mask = malloc(mask_sz); local
    [all...]
  /external/openssh/
addrmatch.c 298 struct xaddr tmp_addr, tmp_mask, tmp_result; local
301 if (addr_hostmask(a->af, masklen, &tmp_mask) == -1)
303 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1)
352 struct xaddr tmp_mask, tmp_result; local
357 if (addr_netmask(host->af, masklen, &tmp_mask) == -1)
359 if (addr_and(&tmp_result, host, &tmp_mask) == -1)
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc 444 float tmp_mask = CalculatePostfilterMask(*interf_cov_mats_[i][j], local
448 if (tmp_mask < new_mask_[i]) {
449 new_mask_[i] = tmp_mask;

Completed in 1076 milliseconds