Searched refs:representation (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwind-EHABI.cpp738 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, argument
741 switch (representation) {
758 uint32_t regno, _Unwind_VRS_DataRepresentation representation,
763 representation,
764 ValueAsBitPattern(representation, valuep));
768 if (representation != _UVRSD_UINT32 || regno > 15)
775 if (representation != _UVRSD_UINT32 || regno > 3)
782 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE)
784 if (representation
757 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
809 _Unwind_VRS_Get_Internal(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
856 _Unwind_VRS_Get( _Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
874 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, uint32_t discriminator, _Unwind_VRS_DataRepresentation representation) argument
[all...]
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dunwind-arm.c180 _Unwind_VRS_DataRepresentation representation,
188 if (representation != _UVRSD_UINT32
211 _Unwind_VRS_DataRepresentation representation,
219 if (representation != _UVRSD_UINT32
243 _Unwind_VRS_DataRepresentation representation)
255 if (representation != _UVRSD_UINT32)
280 if ((representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE)
306 if (representation == _UVRSD_VFPX)
177 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, _uw regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
208 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, _uw regno, _Unwind_VRS_DataRepresentation representation, void *valuep) argument
240 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, _uw discriminator, _Unwind_VRS_DataRepresentation representation) argument
/freebsd-11.0-release/contrib/libcxxrt/
H A Dunwind-arm.h128 _Unwind_VRS_DataRepresentation representation,
133 _Unwind_VRS_DataRepresentation representation,
/freebsd-11.0-release/contrib/llvm/projects/libunwind/include/
H A Dunwind.h193 uint32_t regno, _Unwind_VRS_DataRepresentation representation,
198 uint32_t regno, _Unwind_VRS_DataRepresentation representation,
204 _Unwind_VRS_DataRepresentation representation);
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc63 // Break a into a sign and representation of the absolute value
H A Dfp_trunc_impl.inc73 // Break a into a sign and representation of the absolute value
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h32 /// Class representing optional flags with location and representation
37 : representation(Representation), flag(false) {}
50 const char *toString() const { return representation; }
59 const char *representation; member in class:clang::analyze_format_string::OptionalFlag
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h146 FunctionNameRepresentation representation,
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql25 /* A table mapping representation hashes to locations in a rev file. */
H A Dtemp_serializer.c137 representation_t * const *representation)
139 const representation_t * rep = *representation;
143 /* serialize the representation struct itself */
145 (const void * const *)representation,
298 /* serialize the representation struct itself */
324 /* fixup the reference to the representation itself,
136 serialize_representation(svn_temp_serializer__context_t *context, representation_t * const *representation) argument
H A Dstats.c47 * that references the respective representation.
51 /* The representation is not used _directly_, i.e. not referenced by any
52 * noderev. However, some other representation may use it as delta base.
69 /* A representation fragment.
82 /* revision that contains this representation
86 /* number of nodes that reference this representation */
92 /* classification of the representation. values of rep_kind_t */
159 /* empty representation.
246 /* Update data aggregators in STATS with this representation of type KIND,
347 * of a representation t
417 parse_representation(rep_stats_t **representation, query_t *query, representation_t *rep, revision_info_t *revision_info, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql27 /* A table mapping representation hashes to locations in a rev file. */
H A Dpack.c112 /* length of the expanded representation content */
118 /* item ID of the representation containing the new data. May be (0, 0). */
123 * or rep_id while TO is (currently) always a representation. We will sort
310 /* noderev and representation item bucket */
401 /* most non-representation items will be small. Minimize the buffer
467 /* Copy the "simple" item (changed paths list or property representation)
558 /* Copy representation item identified by ENTRY from the current position
579 /* read & parse the representation header */
583 /* if the representation is a delta against some other rep, link the two */
710 /* if the node has a data representation, mak
1243 svn_fs_x__representation_t representation = { 0 }; local
[all...]
H A Dtemp_serializer.c137 svn_fs_x__representation_t * const *representation)
139 const svn_fs_x__representation_t * rep = *representation;
143 /* serialize the representation struct itself */
145 (const void * const *)representation,
337 /* serialize the representation struct itself */
362 /* fixup the reference to the representation itself,
136 serialize_representation(svn_temp_serializer__context_t *context, svn_fs_x__representation_t * const *representation) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DLanguage.cpp427 FunctionNameRepresentation representation,
425 GetFunctionDisplayName(const SymbolContext *sc, const ExecutionContext *exe_ctx, FunctionNameRepresentation representation, Stream& s) argument
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex44 flattened-tree representation of the system's hardware based on the
50 representation of the tree into the compact representation used by
71 to an internal representation that is used at run time to look up
149 representation should be kept as small as conveniently possible.
286 the kernel to build a complete representation of the system's
388 tree blobs easier by converting a text representation of the tree
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql404 TODO: Choose & require a single representation for 'no properties'.
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3573 % representation of the skip.
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex3399 % representation of the skip.
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex3471 % representation of the skip.

Completed in 320 milliseconds