Searched defs:zero_bits (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sandbox/win/wow_helper/
H A Dtarget_code.cc11 PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits,
15 base, zero_bits, commit_size,
10 TargetNtMapViewOfSection( PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
/external/chromium_org/sandbox/win/src/
H A Dtarget_interceptions.cc20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
23 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits,
18 TargetNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A Dinterceptors_64.cc25 HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits,
31 return TargetNtMapViewOfSection(orig_fn, section, process, base, zero_bits,
24 TargetNtMapViewOfSection64( HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A Dsandbox_nt_util.cc28 ULONG_PTR zero_bits = 0; // Not the correct type if used. local
34 ret = g_nt.AllocateVirtualMemory(NtCurrentProcess, &base, zero_bits,
63 ret = g_nt.AllocateVirtualMemory(NtCurrentProcess, &base, zero_bits,
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc177 ULONG_PTR zero_bits,
184 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits,
246 ULONG_PTR zero_bits,
257 base, zero_bits, commit_size, offset,
268 HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits,
272 base, zero_bits, commit_size, offset, view_size,
172 BlNtMapViewOfSectionImpl( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
241 BlNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
267 BlNtMapViewOfSection64( HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2681 const Bits zero_bits = Floating(0).bits(); local
2685 zero_bits + max_ulps/2);
2687 zero_bits + max_ulps - max_ulps/2);
2689 zero_bits + max_ulps + 1 - max_ulps/2);
/external/gtest/test/
H A Dgtest_unittest.cc2688 const Bits zero_bits = Floating(0).bits(); local
2692 zero_bits + max_ulps/2);
2694 zero_bits + max_ulps - max_ulps/2);
2696 zero_bits + max_ulps + 1 - max_ulps/2);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2970 const Bits zero_bits = Floating(0).bits(); local
2974 zero_bits + max_ulps/2);
2976 zero_bits + max_ulps - max_ulps/2);
2978 zero_bits + max_ulps + 1 - max_ulps/2);

Completed in 1405 milliseconds